diff --git a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx index d87bf61e6..e121cd904 100644 --- a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx @@ -95,11 +95,6 @@ export function Sidebar({ )} - {/* Platform navigation */} - {navItems.length > 0 && ( - - )} - {/* New chat button */}
{isCollapsed ? ( @@ -231,7 +226,12 @@ export function Sidebar({ {/* Footer */} -
+
+ {/* Platform navigation */} + {navItems.length > 0 && ( + + )} + {pageUsage && !isCollapsed && ( )}