diff --git a/src/components/Footer/PhoneFloat/PhoneFloat.tsx b/src/components/Footer/PhoneFloat/PhoneFloat.tsx index e97452c..6dbbb60 100644 --- a/src/components/Footer/PhoneFloat/PhoneFloat.tsx +++ b/src/components/Footer/PhoneFloat/PhoneFloat.tsx @@ -7,11 +7,13 @@ import { ReactComponent as IconWhatsUltraWide } from "../assets/iconWhatsUltraWi const PhoneFloat = () => { return (
diff --git a/src/components/Main/Institucional/ContatoForm/ContatoForm.tsx b/src/components/Main/Institucional/ContatoForm/ContatoForm.tsx index 124ba44..588c879 100644 --- a/src/components/Main/Institucional/ContatoForm/ContatoForm.tsx +++ b/src/components/Main/Institucional/ContatoForm/ContatoForm.tsx @@ -31,7 +31,7 @@ const ContatoForm = () => { resetForm({ values: '' }); setMessageSucess(true); - setTimeout(() => setMessageSucess(false), 123200000) + setTimeout(() => setMessageSucess(false), 5000) } const [messageSucess, setMessageSucess] = useState(false)