This commit is contained in:
Shyam Radadiya 2026-04-21 00:53:30 +00:00 committed by GitHub
commit d80eaa1113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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':