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

This commit is contained in:
floppydiskette 2023-07-14 01:41:31 +01:00
parent 0f8bfd33cb
commit cb8b9830ca
No known key found for this signature in database

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>