removed reference to add turnstile key
All checks were successful
Deploy Jody's App / build-and-deploy (push) Successful in 34s

This commit is contained in:
2026-02-18 22:11:40 -06:00
parent 14333f90d1
commit 0b99bcb800

View File

@@ -297,9 +297,7 @@ export function Contact() {
<div className="space-y-2"> <div className="space-y-2">
<div ref={turnstileContainerRef} className="min-h-[66px]" /> <div ref={turnstileContainerRef} className="min-h-[66px]" />
{!TURNSTILE_SITE_KEY && (
<p className="text-xs text-contrast">Set `VITE_TURNSTILE_SITE_KEY` to enable submissions.</p>
)}
{TURNSTILE_SITE_KEY && !turnstileReady && ( {TURNSTILE_SITE_KEY && !turnstileReady && (
<p className="text-xs text-text/65">Loading human verification...</p> <p className="text-xs text-text/65">Loading human verification...</p>
)} )}