Skip to content

Commit 88cce6a

Browse files
Merge pull request #346 from JiyaGupta-cs/fixcontact
fix:contact page form
2 parents c936807 + fcab9e0 commit 88cce6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Contact.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ const Contact = () => {
7474
</div>
7575
</div>
7676
<div class="lg:w-1/2 md:w-2/3 mx-auto">
77-
<form class="flex flex-wrap -m-2" onSubmit={(e) => submit(e)}>
77+
<form class="flex flex-wrap -m-2"
78+
// onSubmit={(e) => submit(e)}
79+
netlify>
7880
<div class="p-2 w-1/2">
7981
<div class="">
8082
<label for="name" class="leading-7 text-sm text-gray-400">

0 commit comments

Comments
 (0)