From 7c8ab1c9889ce635aa9caa79bbb0115738212dbe Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Fri, 29 Aug 2025 12:52:22 +0930 Subject: [PATCH] Better handle contact form JS --- src/components/ContactForm.astro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/ContactForm.astro b/src/components/ContactForm.astro index 8b1244e..9c3cf70 100644 --- a/src/components/ContactForm.astro +++ b/src/components/ContactForm.astro @@ -58,7 +58,7 @@ const ID = `contact-form-${Math.random().toString(36)}`;