Skip to content

Commit adca703

Browse files
Update form identifier in ContactMobileForm
Signed-off-by: Aditya Bhattacharya <69953590+AdityaBhattacharya1@users.noreply.github.com>
1 parent f1c6c2d commit adca703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/contact/ContactMobileForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Button from '../interface/Button'
44
import useInput from '../../hooks/useForm'
55

66
export default function ContactMobileForm() {
7-
const [state, handleSubmit] = useForm('xeqwdwon')
7+
const [state, handleSubmit] = useForm('mgejbeok')
88
const emailRegex = /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/gi
99

1010
// form validation fun stuff!

0 commit comments

Comments
 (0)