From 1eb5534765e7551a42d438709f62cc9c156103c3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:05:54 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2afe47d..201afcf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -109,14 +109,14 @@ export default function ContactPage() { onChange={(value) => handleInputChange('name', value)} type="text" placeholder="Your Name" - required + required={true} /> handleInputChange('email', value)} type="email" placeholder="Your Email" - required + required={true} /> handleInputChange('subject', value)} type="text" placeholder="Subject" - required + required={true} />