From 177c33830c142477ecbdac2597b178c2b65cc483 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 19 Mar 2026 01:02:16 +0100 Subject: [PATCH] fix: add tooltips to notifications and profile when sidebar collapsed --- components/dashboard/Sidebar.tsx | 38 ++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index 7178ade..7a2a271 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -390,23 +390,27 @@ export default function Sidebar({
{/* Notifications, Profile — same layout as nav items */}
- - - - router.push('/onboarding')} - allowPersonalOrganization={false} - onOpenSettings={openSettings} - compact - anchor="right" - > - - + + + + + + + router.push('/onboarding')} + allowPersonalOrganization={false} + onOpenSettings={openSettings} + compact + anchor="right" + > + + +
{/* Settings + Collapse */}