aboutsummaryrefslogtreecommitdiff
path: root/resources/views/guestbook.blade.php
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-11-28 00:07:08 +0000
committerfloppydiskette <floppydisk@hyprcat.net>2024-11-28 00:07:08 +0000
commit588966a94fe385a7c9f4ea8f2a6ff3af3c92feb2 (patch)
tree65c65580491848b64fd461541f79889ce51b4b74 /resources/views/guestbook.blade.php
parentb257c17f5701e24c8a9c2490ad6f6403f6068c90 (diff)
Sure is a new site design
Diffstat (limited to 'resources/views/guestbook.blade.php')
-rw-r--r--resources/views/guestbook.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/guestbook.blade.php b/resources/views/guestbook.blade.php
index f9f04ca..667eba8 100644
--- a/resources/views/guestbook.blade.php
+++ b/resources/views/guestbook.blade.php
@@ -56,7 +56,7 @@
@php
$user_agent = $parser->parse($entry->agent);
@endphp
- <div class="section">
+ <div class="gb-entry">
Submitted by <strong>{{ $entry->name }}</strong>
on <strong>{{ $entry->created_at->format('Y-m-d') }}</strong>
at <strong>{{ $entry->created_at->format('h:i:s A (e)') }}</strong>