summaryrefslogtreecommitdiff
path: root/website/src/pages/contact.astro
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-03-14 08:56:58 +0000
committerJoe Carstairs <me@joeac.net>2026-03-14 08:56:58 +0000
commitebf7a6b56d364ad539171f994f283379255d3e6e (patch)
tree6dab8e281ab40c3218c74f7cd96413b3ab39ff50 /website/src/pages/contact.astro
parent7a7aab501a197dc6bfaf50c48842444d22078a03 (diff)
Remove warning
Diffstat (limited to 'website/src/pages/contact.astro')
-rw-r--r--website/src/pages/contact.astro9
1 files changed, 0 insertions, 9 deletions
diff --git a/website/src/pages/contact.astro b/website/src/pages/contact.astro
index a388e56..b03436c 100644
--- a/website/src/pages/contact.astro
+++ b/website/src/pages/contact.astro
@@ -8,15 +8,6 @@ import Page from "../layouts/Page.astro";
<form class="contact-form">
<h1>Contact me</h1>
-
- <p class="warn">
- This contact form only accepts a very small number of submissions per day
- to avoid spamming my inbox with bots. I have an idea for a workaround, but
- in the meantime, please forgive me if the form refuses to accept your
- submission. If you want to get in touch with me professionally, you can
- message me on <a href="https://www.linkedin.com/in/joe-carstairs-0aa936277">LinkedIn</a>.
- </p>
-
<p hidden class="error"/>
<label for="name">Name</label>
<input id="name" name="name" type="text" required>