diff options
Diffstat (limited to 'resources/views/pages/guestbook.blade.php')
-rw-r--r-- | resources/views/pages/guestbook.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/pages/guestbook.blade.php b/resources/views/pages/guestbook.blade.php index 2037311..08bc7cb 100644 --- a/resources/views/pages/guestbook.blade.php +++ b/resources/views/pages/guestbook.blade.php @@ -2,13 +2,13 @@ @section('title', 'Guestbook') @section('content') <br> - <table class="gb-entryform-container"> + <table class="gb-entry-form-container"> <tr> <td> <form method="POST" action="/guestbook"> @csrf <x-honeypot /> - <table class="gb-entryform"> + <table class="gb-entry-form"> <tr> <td> <label for="name"><strong>Name:</strong></label> |