diff --git a/frontend/components/Contact/Section/ContactFormSection.tsx b/frontend/components/Contact/Section/ContactFormSection.tsx index ca9011d..da100e1 100644 --- a/frontend/components/Contact/Section/ContactFormSection.tsx +++ b/frontend/components/Contact/Section/ContactFormSection.tsx @@ -22,9 +22,9 @@ const ContactFormSection = () => { const [loading, setLoading] = useState(false); const [error, setError] = useState(""); - const hCaptchaSiteKey: string = process.env.NEXT_PUBLIC_HCAPTCHA_SITE_KEY ?? "null"; - - console.log(hCaptchaSiteKey); + // const hCaptchaSiteKey: string = process.env.NEXT_PUBLIC_HCAPTCHA_SITE_KEY ?? "null"; + // + // console.log(hCaptchaSiteKey); const handleChange = (e: React.ChangeEvent) => { setForm({...form, [e.target.name]: e.target.value}); @@ -179,15 +179,15 @@ const ContactFormSection = () => { /> - - - + {/**/} + {/* */} + {/**/} {error && (