diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx index e0fa3fc..3f057ba 100644 --- a/src/components/Contact.tsx +++ b/src/components/Contact.tsx @@ -297,9 +297,7 @@ export function Contact() {
- {!TURNSTILE_SITE_KEY && ( -

Set `VITE_TURNSTILE_SITE_KEY` to enable submissions.

- )} + {TURNSTILE_SITE_KEY && !turnstileReady && (

Loading human verification...

)}