mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
fix documentation navbar #151
This commit is contained in:
parent
651f984e52
commit
215d545a4b
2 changed files with 6 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ export function MainNav({ items, children }: MainNavProps) {
|
|||
: "text-foreground/60",
|
||||
item.disabled && "cursor-not-allowed opacity-80"
|
||||
)}
|
||||
onClick={()=> setShowMobileMenu(false)}
|
||||
>
|
||||
{item.title}
|
||||
</Link>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
lockfileVersion: '6.0'
|
||||
lockfileVersion: '6.1'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
'@editorjs/code':
|
||||
|
|
|
|||
Loading…
Reference in a new issue