From 4ac7dcc056c553c46229a8e7524278ad4b8b68c9 Mon Sep 17 00:00:00 2001 From: Siddharth Rohan Date: Wed, 8 Jan 2025 21:13:36 +0530 Subject: [PATCH] Readded the menuItemStyle Signed-off-by: Siddharth Rohan --- src/components/Navbar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 26096f4..a60fdb7 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -117,6 +117,7 @@ function Navbar({ scrollToExplore }: { scrollToExplore: any }) {
setHovered("home")} onMouseLeave={() => setHovered(null)} @@ -145,6 +146,7 @@ function Navbar({ scrollToExplore }: { scrollToExplore: any }) {
setHovered("explore")} @@ -155,6 +157,7 @@ function Navbar({ scrollToExplore }: { scrollToExplore: any }) {
setHovered("help")}