Skip to content

Commit f9784e2

Browse files
Update Contact.jsx
1 parent 5f39296 commit f9784e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/Contact.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ const Contact = () => {
107107
</div>
108108
</div>
109109
<div className="lg:w-1/2 md:w-2/3 mx-auto">
110-
<form className="flex flex-wrap -m-2"
111-
// onSubmit={(e) => submit(e)}
112-
>
110+
<form className="flex flex-wrap -m-2" onSubmit={(e) => submit(e)}>
113111
<div className="p-2 w-1/2">
114112
<div className="">
115113
<label htmlFor="name" className="leading-7 text-sm text-gray-400">
@@ -171,4 +169,4 @@ const Contact = () => {
171169
);
172170
};
173171

174-
export default Contact;
172+
export default Contact;

0 commit comments

Comments
 (0)