diff --git a/frontend/components/layout/Sidebar.tsx b/frontend/components/layout/Sidebar.tsx
index 19ccd41c8..0e99e741c 100644
--- a/frontend/components/layout/Sidebar.tsx
+++ b/frontend/components/layout/Sidebar.tsx
@@ -224,6 +224,77 @@ const Sidebar = () => {
)
}
+ // Compact organisation switcher for the mobile bottom nav. Reuses the same
+ // switching logic as the desktop OrgsMenu but renders as a single icon that
+ // opens a menu upward. Only shown when the user belongs to multiple orgs.
+ const MobileOrgSwitcher = () => (
+
+ )
+
const links: SidebarLinkT[] = [
{
name: 'Home',
@@ -264,46 +335,82 @@ const Sidebar = () => {
]
return (
-