From 0b99bcb8007a0344935ac9bc1098a51a196d1385 Mon Sep 17 00:00:00 2001 From: Ricearoni1245 Date: Wed, 18 Feb 2026 22:11:40 -0600 Subject: [PATCH] removed reference to add turnstile key --- src/components/Contact.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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...

)}