Add shortcuts to the nav

This commit is contained in:
Nate Kelley 2025-09-30 11:43:42 -06:00
parent 127dafbbd3
commit 92c526a3a5
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 8 additions and 0 deletions

View File

@ -75,6 +75,14 @@ const topItems = ({ isAdmin }: { isAdmin: boolean }) =>
icon: <Database />, icon: <Database />,
show: isAdmin, show: isAdmin,
}, },
{
label: 'Shortcuts',
value: 'shortcuts',
link: {
to: '/app/home/shortcuts',
},
icon: <div className="w-4 h-4 flex items-center justify-center">/</div>,
},
{ {
label: 'Invite & manage members', label: 'Invite & manage members',
value: 'invite-manage-members', value: 'invite-manage-members',