From 06e760f975ef2b6855e2ab699d526fc4229a8cc7 Mon Sep 17 00:00:00 2001 From: Frankie B <git@diskfloppy.me> Date: Fri, 14 Jul 2023 01:41:31 +0100 Subject: fix: use bull instead of bullet for site updates (fixes for older browsers) --- resources/views/components/git.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/views') 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>•</td> + <td>•</td> <td>{{ formatRelativeTime($date) }}</td> <td><a href="{{ $commit->url }}">{{ $commit->message }}</a></td> </tr> -- cgit v1.2.3-54-g00ecf