diff --git a/src/components/NavBar/index.jsx b/src/components/NavBar/index.jsx index 791d2b6..a4e593d 100644 --- a/src/components/NavBar/index.jsx +++ b/src/components/NavBar/index.jsx @@ -79,19 +79,19 @@ const Navbar = ({ items }) => { className={` max-[1023px]:hidden lg:block tr03 ${!isScrolled && " lg:px-5 xl:px-20 "} `} >
- +
{isScrolled && (
-
-)} + + )}