diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx
index e273f7f..7d75ed3 100644
--- a/components/dashboard/Sidebar.tsx
+++ b/components/dashboard/Sidebar.tsx
@@ -382,21 +382,27 @@ export default function Sidebar({
{/* Bottom — utility items */}
{/* Theme, Notifications, Profile */}
-
-
-
-
router.push('/onboarding')}
- allowPersonalOrganization={false}
- onOpenSettings={openSettings}
- compact
- anchor="right"
- />
+
+
+
+
+
+
+
+
+ router.push('/onboarding')}
+ allowPersonalOrganization={false}
+ onOpenSettings={openSettings}
+ compact
+ anchor="right"
+ />
+
{/* Settings + Collapse */}