aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/guestbook.astro7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/pages/guestbook.astro b/src/pages/guestbook.astro
index 3ea4c28..661dff2 100644
--- a/src/pages/guestbook.astro
+++ b/src/pages/guestbook.astro
@@ -11,11 +11,6 @@ import Guestbook from '../components/Guestbook'
<p>Feel free to send a nice message here!</p>
</div>
<GuestbookForm client:visible />
- <div class="grid">
- <Guestbook client:visible />
- </div>
+ <Guestbook client:visible />
</main>
</Page>
-<script>
-
-</script>