Skip to content

Commit 149b321

Browse files
committed
fix: lint
1 parent c1ae5a5 commit 149b321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/components/sidebar-nav.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function DocsSidebarNavItems({
5151
key={index}
5252
href={item.href}
5353
className={cn(
54-
"group flex w-full items-center px-2 py-1 font-normal text-foreground hover:underline underline-offset-2",
54+
"group flex w-full items-center px-2 py-1 font-normal text-foreground underline-offset-2 hover:underline",
5555
item.disabled && "cursor-not-allowed opacity-60",
5656
pathname === item.href && "underline"
5757
)}

0 commit comments

Comments
 (0)