diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 7a45dad..8ab4359 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -12,6 +12,17 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? ""; path="/contact" description="Contact Highland Group RDA for sessions, volunteering, and support." > + { + turnstileSiteKey && ( + + + + ) + }
@@ -148,18 +159,6 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? "";