We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578712c commit 2c262fdCopy full SHA for 2c262fd
site/src/components/Sidebar/Sidebar.tsx
@@ -67,7 +67,7 @@ export const SettingsSidebarNavItem: FC<SettingsSidebarNavItemProps> = ({
67
<NavLink
68
end={end}
69
to={href}
70
- className={({ isActive }) =>
+ className={() =>
71
cn(
72
"relative text-sm text-content-secondary no-underline font-medium py-2 px-3 hover:bg-surface-secondary rounded-md transition ease-in-out duration-150",
73
{
0 commit comments