diff --git a/components/shared/Navbar.tsx b/components/shared/Navbar.tsx index 9e2f815..d34688d 100644 --- a/components/shared/Navbar.tsx +++ b/components/shared/Navbar.tsx @@ -28,27 +28,31 @@ const Navbar = () => { {/* Mobile view */} - + + + {/* Desktop Menu */} - + + + -
+ {NAVBAR.rightLinks?.map(({ href = "", label, target }) => ( { ))} -
+