Fix class names

This commit is contained in:
floppydiskette 2023-07-29 18:17:57 +01:00
parent 103d6b7f3d
commit 494260fa4a
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:yXxSuswzElTluzXjKgvZK0bDGhTaj/XbArybRDr+Mfs
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<p>Are you sure you want to delete this entry?</p>
<h3>Entry Details:</h3>
<table class="gb-entry_details">
<table class="gb-entry-details">
<tr>
<td><b>ID:</b></td>
<td>{{ $entry->id }}</td>

View file

@ -2,7 +2,7 @@
@section('title', 'Guestbook')
@section('content')
<br>
<table class="gb-entryform_container">
<table class="gb-entryform-container">
<tr>
<td>
<form method="POST" action="/guestbook">