diff options
| author | Joe Carstairs <me@joeac.net> | 2026-01-09 09:27:36 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-01-09 09:27:36 +0000 |
| commit | 00f793c53b1bcb0d88e8c97f2f64abc9809dfdfc (patch) | |
| tree | b301d80ad76c835bea4841dee24a381a3e77bad5 /website/src/pages | |
| parent | 9f85d2f1b34bc17ca9fd0627222b03a5f8d952d5 (diff) | |
Revert "WIP sign on contact form"
This reverts commit 9f85d2f1b34bc17ca9fd0627222b03a5f8d952d5.
Diffstat (limited to 'website/src/pages')
| -rw-r--r-- | website/src/pages/contact.astro | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/website/src/pages/contact.astro b/website/src/pages/contact.astro index 3949b1e..b03436c 100644 --- a/website/src/pages/contact.astro +++ b/website/src/pages/contact.astro @@ -6,15 +6,7 @@ import Page from "../layouts/Page.astro"; <Page title="Contact" description="Contact Joe Carstairs"> <OtpDialog /> - <section> - <h1>Out of order</h1> - - <p> - I am working on a contact form, but it's not quite ready yet. - </p> - </section> - - <form class="contact-form" hidden="true"> + <form class="contact-form"> <h1>Contact me</h1> <p hidden class="error"/> <label for="name">Name</label> |
