From a6ac2f34d00670420c262e469a9d379802cb99a8 Mon Sep 17 00:00:00 2001 From: Anmol Arora Date: Thu, 11 Jul 2024 18:14:28 +0530 Subject: [PATCH] Update Navbar.jsx --- src/components/Navbar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 8b903c0..3b96011 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -80,8 +80,8 @@ function Navbar() { to="/connect" className={`px-3 py-2 bg-[#FF6014] rounded-md text-black transition-all duration-300 ease-in-out ${ isActive("/connect") - ? "hover:text-black" - : "hover:text-white" + ? "text-white" + : "text-black" }`} > Contact Me