diff --git a/apps/web/src/components/features/sidebars/SidebarUserFooter/SidebarUserFooter.tsx b/apps/web/src/components/features/sidebars/SidebarUserFooter/SidebarUserFooter.tsx index fdd8a86ab..50b3fc6f9 100644 --- a/apps/web/src/components/features/sidebars/SidebarUserFooter/SidebarUserFooter.tsx +++ b/apps/web/src/components/features/sidebars/SidebarUserFooter/SidebarUserFooter.tsx @@ -75,6 +75,14 @@ const topItems = ({ isAdmin }: { isAdmin: boolean }) => icon: , show: isAdmin, }, + { + label: 'Shortcuts', + value: 'shortcuts', + link: { + to: '/app/home/shortcuts', + }, + icon:
/
, + }, { label: 'Invite & manage members', value: 'invite-manage-members',