mirror of https://github.com/buster-so/buster.git
Add shortcuts to the nav
This commit is contained in:
parent
127dafbbd3
commit
92c526a3a5
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue