aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-04 17:33:39 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-04 17:33:39 -0500
commit8aeaf9ab9884ed6f669633b1ab67c1ae219f7916 (patch)
tree7153b7ec4ddc4a301d0ba4d09b4e359a36fd6e63 /src/pages
parent6cd9fb7c8964f8f1b3cc8137bbda45a633e62587 (diff)
downloadpersonal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.tar.gz
personal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.tar.bz2
personal-website-8aeaf9ab9884ed6f669633b1ab67c1ae219f7916.zip
Guestbook refreshes once submitting a message
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/guestbook.astro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/guestbook.astro b/src/pages/guestbook.astro
index 661dff2..9f6ad34 100644
--- a/src/pages/guestbook.astro
+++ b/src/pages/guestbook.astro
@@ -1,7 +1,6 @@
---
import Page from '../layouts/Page.astro'
import "../styles/cards.css";
-import GuestbookForm from '../components/GuestbookForm'
import Guestbook from '../components/Guestbook'
---
<Page title="Guestbook" description="Use this page to send me a message">
@@ -10,7 +9,6 @@ import Guestbook from '../components/Guestbook'
<h2>Welcome to my Guestbook!</h2>
<p>Feel free to send a nice message here!</p>
</div>
- <GuestbookForm client:visible />
<Guestbook client:visible />
</main>
</Page>