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")}