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) },)