diff --git a/src/features/core/components/navbar.tsx b/src/features/core/components/navbar.tsx index bf7bed9..71f9547 100644 --- a/src/features/core/components/navbar.tsx +++ b/src/features/core/components/navbar.tsx @@ -19,7 +19,7 @@ const Navbar = () => { // boxShadow: `5px 5px ${boxShadowColor}`, borderColor if (isMobile) return ( - + {links.map((link) => (