Skip to content

Commit

Permalink
fix tab issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Jan 11, 2025
1 parent dc3fd52 commit ed45c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ui/sidebar/nav-main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export function NavMain({
>
<ActiveLink
href={link.url}
activeClass="bg-white text-green-700 shadow"
exactActiveClass="bg-white text-green-700 shadow"
>
{link.icon && <CareIcon icon={link.icon as IconName} />}
Expand Down

0 comments on commit ed45c49

Please sign in to comment.