Skip to content

Commit

Permalink
Update Contact.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbenibagde authored Oct 1, 2024
1 parent 5f39296 commit f9784e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ const Contact = () => {
</div>
</div>
<div className="lg:w-1/2 md:w-2/3 mx-auto">
<form className="flex flex-wrap -m-2"
// onSubmit={(e) => submit(e)}
>
<form className="flex flex-wrap -m-2" onSubmit={(e) => submit(e)}>
<div className="p-2 w-1/2">
<div className="">
<label htmlFor="name" className="leading-7 text-sm text-gray-400">
Expand Down Expand Up @@ -171,4 +169,4 @@ const Contact = () => {
);
};

export default Contact;
export default Contact;

0 comments on commit f9784e2

Please sign in to comment.