Moved the Documents sidebar item to the bottom, above the page count

This commit is contained in:
Eric Lammertsma 2026-01-22 12:41:49 -05:00
parent 30469b4941
commit 1f05cf2854

View file

@ -95,11 +95,6 @@ export function Sidebar({
</div>
)}
{/* Platform navigation */}
{navItems.length > 0 && (
<NavSection items={navItems} onItemClick={onNavItemClick} isCollapsed={isCollapsed} />
)}
{/* New chat button */}
<div className="p-2">
{isCollapsed ? (