Skip to content

Commit

Permalink
Merge pull request #346 from JiyaGupta-cs/fixcontact
Browse files Browse the repository at this point in the history
fix:contact page form
  • Loading branch information
Mr-Sunglasses authored Sep 30, 2024
2 parents c936807 + fcab9e0 commit 88cce6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ const Contact = () => {
</div>
</div>
<div class="lg:w-1/2 md:w-2/3 mx-auto">
<form class="flex flex-wrap -m-2" onSubmit={(e) => submit(e)}>
<form class="flex flex-wrap -m-2"
// onSubmit={(e) => submit(e)}
netlify>
<div class="p-2 w-1/2">
<div class="">
<label for="name" class="leading-7 text-sm text-gray-400">
Expand Down

0 comments on commit 88cce6a

Please sign in to comment.