From cbd59171a07b4d9e6b7838040fa2d817ea238bed Mon Sep 17 00:00:00 2001 From: Githelp AI Aagent Date: Wed, 19 Aug 2026 15:56:41 +0000 Subject: [PATCH] feat: What to change: The left sidebar when collapsed (for all user categories) Task: 166180d0 Source: slack Requested by: U04E9DZ5ELF --- src/components/layout/public-support-sidebar.tsx | 2 +- src/components/layout/sidebar.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/layout/public-support-sidebar.tsx b/src/components/layout/public-support-sidebar.tsx index abf4655..8818196 100644 --- a/src/components/layout/public-support-sidebar.tsx +++ b/src/components/layout/public-support-sidebar.tsx @@ -74,7 +74,7 @@ export function PublicSupportSidebar({ className, activeTab, onTabChange }: Publ // the TopBar and the profile block stays pinned to the bottom. className={`${isCollapsed ? "w-16" : "w-64"} bg-[#FAFAFA] border-r border-sidebar-border flex flex-col transition-all duration-300 self-stretch overflow-hidden shrink-0 ${className}`} > -
+
{!isCollapsed ? (