mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
Merge 215d545a4b into 298a8857c7
This commit is contained in:
commit
d80eaa1113
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