fix: lint

This commit is contained in:
shadcn
2024-11-06 17:34:21 +04:00
parent c1ae5a57cc
commit 149b321c1b

View File

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