Skip to content

Commit ae6a530

Browse files
committed
x
1 parent e4f6043 commit ae6a530

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/app/components/interface/searchable-sidebar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ export function SearchableSidebar(props: SearchableSidebarProps) {
8181
to={item.path}
8282
title={item.text}
8383
className={({ isActive }) =>
84-
`py-2 px-4 flex items-center text-sm border-b border-gray-200 hover:bg-gray-50 cursor-pointer ${
85-
isActive ? 'bg-black pointer-events-none text-white' : ''
84+
`py-2 px-4 flex items-center text-sm border-b border-gray-200 hover:bg-gray-50 cursor-pointer ${isActive ? 'bg-black pointer-events-none text-white' : ''
8685
}`
8786
}
8887
>

0 commit comments

Comments
 (0)