From 92c526a3a56ccabbf051c80b2d10680ac003fffe Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Tue, 30 Sep 2025 11:43:42 -0600 Subject: [PATCH] Add shortcuts to the nav --- .../sidebars/SidebarUserFooter/SidebarUserFooter.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) 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',