From 9d6b731f703962548d9f92b9062619ab3ea68e46 Mon Sep 17 00:00:00 2001 From: Thiago Bronisio <86695254+ThiagoBronisio@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:55:06 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20adiciona=20corre=C3=A7=C3=A3o=20nos=20li?= =?UTF-8?q?nks=20do=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/LinksFooter/LinksFooter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Footer/LinksFooter/LinksFooter.tsx b/src/components/Footer/LinksFooter/LinksFooter.tsx index 2199038..c2a152e 100644 --- a/src/components/Footer/LinksFooter/LinksFooter.tsx +++ b/src/components/Footer/LinksFooter/LinksFooter.tsx @@ -47,6 +47,7 @@ export const LinksFooter = () => { } useEffect(() => { + window.addEventListener("load", handleResize) window.addEventListener("resize", handleResize) },) -- 2.34.1