diff --git a/src/components/IconLink.tsx b/src/components/IconLink.tsx index 0ff8c96f..32ff8c33 100644 --- a/src/components/IconLink.tsx +++ b/src/components/IconLink.tsx @@ -32,8 +32,8 @@ function IconLink({ icon, text, href }: IconLinkProps) { startContent={
{icon}
} className={ pathname === href - ? 'active-state-nav gap-0' - : 'iconLink bg-color-none gap-0' + ? 'active-state-nav gap-0 w-full justify-start' + : 'iconLink bg-color-none gap-0 w-full justify-start' } // className="flex text-gray-900 items-center active:bg-[#E9FFE5] active:text-green-700 focus:text-green-700 focus:bg-[#E9FFE5] hover:gray-100 bg-color-none hover:bg-gray-10" >