From ce76e146fd91793e661ca914d3f7e86722a5cd6f Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Sun, 22 Mar 2026 01:13:48 -0400 Subject: [PATCH] fix: ensure Unpin button visible in pinned sidebar footer Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/layout/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index 0f3f57ae..812a2a8e 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -401,7 +401,7 @@ export function Sidebar() {
{/* Footer */} -
+
{footerItems.map((item, i) => renderPinnedItem(item, `footer-${i}`))}