fix: use bull instead of bullet for site updates (fixes for older browsers)
This commit is contained in:
parent
0f8bfd33cb
commit
cb8b9830ca
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue