diff --git a/react-project/src/components/MainInstitucional/Contato.tsx b/react-project/src/components/MainInstitucional/Contato.tsx index e146175..8858590 100644 --- a/react-project/src/components/MainInstitucional/Contato.tsx +++ b/react-project/src/components/MainInstitucional/Contato.tsx @@ -76,6 +76,9 @@ const Contato = () => { const [feedback, setFeedback] = useState(false); const Feedback = () => { setFeedback(true); + setTimeout(() => { + setFeedback(false); + }, 14000); }; return ( @@ -94,14 +97,7 @@ const Contato = () => {
- { - setFeedback(false); - }} - placeholder="Seu nome completo" - id="name" - name="name" - /> +