fix documentation navbar #151

This commit is contained in:
shyam-ra18 2023-06-09 11:37:44 +05:30
parent 651f984e52
commit 215d545a4b
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View file

@ -1,4 +1,8 @@
lockfileVersion: '6.0'
lockfileVersion: '6.1'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies:
'@editorjs/code':