From 5e8bb02ab8f459aee6b2cdeca5adaab33fe20cf6 Mon Sep 17 00:00:00 2001 From: prototypa Date: Mon, 25 Mar 2024 08:18:12 -0400 Subject: [PATCH] Allow set a name for textarea message --- src/components/ui/Form.astro | 6 ++++-- src/types.d.ts | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/ui/Form.astro b/src/components/ui/Form.astro index 64f3f36..e49f6d9 100644 --- a/src/components/ui/Form.astro +++ b/src/components/ui/Form.astro @@ -38,7 +38,7 @@ const { inputs, textarea, disclaimer, button = 'Contact us', description = '' }