aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-14 01:41:31 +0100
committerFrankie B <git@diskfloppy.me>2023-07-14 01:42:04 +0100
commitcb8b9830caeaaa3a65fa3a891b5dc39921c0f598 (patch)
treee1a685153e4929bebfb1dd2ca4910f02851f42a0 /resources
parent0f8bfd33cb44332bb2fea41a7b675400cab6f542 (diff)
fix: use bull instead of bullet for site updates (fixes for older browsers)
Diffstat (limited to 'resources')
-rw-r--r--resources/views/components/git.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/components/git.blade.php b/resources/views/components/git.blade.php
index f87a00f..e66a6eb 100644
--- a/resources/views/components/git.blade.php
+++ b/resources/views/components/git.blade.php
@@ -40,7 +40,7 @@ function formatRelativeTime(DateTime $dateTime) {
$date = DateTime::createFromFormat("Y-m-d\TH:i:s\Z", $commit->author->date)
@endphp
<tr>
- <td>&bullet;</td>
+ <td>&bull;</td>
<td>{{ formatRelativeTime($date) }}</td>
<td><a href="{{ $commit->url }}">{{ $commit->message }}</a></td>
</tr>