From 7247c0ddbcacf3f942b8dd6ae743bb8b695248a1 Mon Sep 17 00:00:00 2001 From: MOHAMMED HANAN M T P <91409429+hanu-14@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:27:33 +0530 Subject: [PATCH] feat: add hover states to Navbar links (#281) --- src/components/layout/Navbar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx index 97fe48cb3..28710c7f9 100644 --- a/src/components/layout/Navbar.tsx +++ b/src/components/layout/Navbar.tsx @@ -192,7 +192,7 @@ export function Navbar({ onSignIn, onGetStarted }: NavbarProps) { -