From 1f05cf2854f2236de3712ccda4f341ab79d5d547 Mon Sep 17 00:00:00 2001 From: Eric Lammertsma Date: Thu, 22 Jan 2026 12:41:49 -0500 Subject: [PATCH] Moved the Documents sidebar item to the bottom, above the page count --- surfsense_web/components/layout/ui/sidebar/Sidebar.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx index 70ca04025..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 ? (