smaller nav tbns

pull/5312/head
lianahus 1 month ago committed by Aniket
parent 6ef6113cd1
commit 0974b9d146
  1. 2
      apps/contract-verification/src/app/components/NavMenu.tsx

@ -11,7 +11,7 @@ const NavItem: React.FC<NavItemProps> = ({ to, icon, title }) => {
return ( return (
<NavLink <NavLink
to={to} to={to}
className={({ isActive }) => 'text-decoration-none d-flex flex-column justify-content-center py-2 px-2 small ' + (isActive ? 'bg-transparent' : 'bg-dark')} className={({ isActive }) => 'text-decoration-none d-flex flex-column justify-content-center py-2 small ' + (isActive ? 'bg-transparent' : 'bg-dark')}
> >
<span> <span>
<span>{icon}</span> <span>{icon}</span>

Loading…
Cancel
Save