From f64ab76c63eff4bd6a8ab4188ac63e11030e11e8 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 12 May 2023 17:34:21 -0500 Subject: [PATCH] add email type to email field so it doesn't autocap #115 --- src/components/waitlist/WaitlistForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => ( - + )}