From 369da2212469b2af657d5ce13390d2086182b1c2 Mon Sep 17 00:00:00 2001 From: Thiago Bronisio <86695254+ThiagoBronisio@users.noreply.github.com> Date: Sat, 14 Jan 2023 12:48:47 -0300 Subject: [PATCH] feat: adiciona numero wpp --- src/components/Footer/PhoneFloat/PhoneFloat.tsx | 6 ++++-- .../Main/Institucional/ContatoForm/ContatoForm.tsx | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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) -- 2.34.1