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}`))}