diff --git a/src/components/Main/Contact/index.tsx b/src/components/Main/Contact/index.tsx index 5402a56..2f4d2a9 100644 --- a/src/components/Main/Contact/index.tsx +++ b/src/components/Main/Contact/index.tsx @@ -77,6 +77,7 @@ const Contact = () => { const handleFormikSubmit = (values: FormikValues, { resetForm }: any) => { resetForm({ values: "" }); setSuccessMessage(true); + setTimeout(() => setSuccessMessage(false), 3000); }; return (