diff --git a/components/Navbar.tsx b/components/Navbar.tsx index e930a6c..5097f7e 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -25,7 +25,7 @@ export const Navbar = () => { .dev -
+
{links.map(({ name, href }) => (
-
+
- - {showMenu && ( - <> - - - -
- {links.map(({ name, href }) => ( - - - - ))} -
-
- - )} -
+ + {showMenu && ( +
+ + + +
+ {links.map(({ name, href }) => ( + + + + ))} +
+
+
+ )} +
); };