diff --git a/src/components/App.jsx b/src/components/App.jsx index 21b0694..63329b8 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -54,11 +54,11 @@ function App() { } /> - - } /> + } />*/} diff --git a/src/components/NavBar/NavBar.jsx b/src/components/NavBar/NavBar.jsx index 6e03f3c..2b22250 100644 --- a/src/components/NavBar/NavBar.jsx +++ b/src/components/NavBar/NavBar.jsx @@ -36,7 +36,7 @@ const NavBar = () => { const handleResize = () => { setIsLg(window.innerWidth >= 992 && window.innerWidth < 1200); }; - + handleResize(); // inicializar window.addEventListener('resize', handleResize); return () => window.removeEventListener('resize', handleResize); @@ -55,114 +55,119 @@ const NavBar = () => { return ( - setExpanded(!expanded)}> - - - - - - + <> + setExpanded(!expanded)}> + + + + + + - -