diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 0fa9a18..a58d6d4 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -77,7 +77,7 @@ const NavLink: React.FC = ({ to, label, Icon, active }) => ( to={to} className={cn( 'w-fit custom-lg:w-full flex items-center justify-center custom-lg:justify-start px-2 custom-lg:px-3 py-2 rounded-full text-sm font-medium transition-all duration-300 ease-in-out', - active ? 'shadow-sm bg-orange-500 bg-clip-padding backdrop-filter backdrop-blur-sm bg-opacity-10 border border-orange-300 text-orange-900' : 'text-gray-700 hover:bg-gray-100 hover:text-black' + active ? 'bg-orange-500 bg-clip-padding backdrop-filter backdrop-blur-sm bg-opacity-10 border text-orange-900' : 'text-gray-700 hover:bg-gray-100 hover:text-black' )} >