mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-26 14:16:08 +00:00
fix: lint
This commit is contained in:
@@ -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"
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user