diff --git a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx index 6db23a5c5..4a587cd58 100644 --- a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx @@ -171,7 +171,9 @@ export function Sidebar({ > {sharedChats.length > 0 ? (
-
4 ? 'pb-8' : ''}`}> +
4 ? "pb-8" : ""}`} + > {sharedChats.slice(0, 20).map((chat) => ( {chats.length > 0 ? (
-
4 ? 'pb-8' : ''}`}> +
4 ? "pb-8" : ""}`} + > {chats.slice(0, 20).map((chat) => (
@@ -60,14 +56,12 @@ export function SidebarSection({ )}
- -
+ +
{children}