diff --git a/src/components/waitlist/WaitlistForm.tsx b/src/components/waitlist/WaitlistForm.tsx
index c6f184e..e74f2f0 100644
--- a/src/components/waitlist/WaitlistForm.tsx
+++ b/src/components/waitlist/WaitlistForm.tsx
@@ -93,7 +93,7 @@ export default function WaitlistForm() {
validate={[required("We need some way to contact you"), email("That doesn't look like an email address to me")]}
>
{(field, props) => (
-
+
)}