From 76cee0040f2884d61029843c65a09803f7d7de43 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Sat, 16 Aug 2025 14:55:58 +0530 Subject: [PATCH] Fixxed bugs Form Validation --- src/components/Form.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Form.astro b/src/components/Form.astro index 9f03818..9ddc161 100644 --- a/src/components/Form.astro +++ b/src/components/Form.astro @@ -83,7 +83,7 @@ const formId = `f-${Math.random().toString(36).slice(2)}`; -