fix: use bull instead of bullet for site updates (fixes for older browsers)

This commit is contained in:
Roscoe 2023-07-14 01:41:31 +01:00
parent 74c48d7bb6
commit 06e760f975

View file

@ -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>