diff options
Diffstat (limited to 'resources/views')
-rw-r--r-- | resources/views/components/git.blade.php | 2 |
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>•</td> + <td>•</td> <td>{{ formatRelativeTime($date) }}</td> <td><a href="{{ $commit->url }}">{{ $commit->message }}</a></td> </tr> |