From 9ec89f94dea8448879d33aae757c2623412150d9 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:57:58 +0530 Subject: [PATCH] fix(AllChatsSidebar): increase font size for "no chats found" message for better visibility --- surfsense_web/components/layout/ui/sidebar/AllChatsSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_web/components/layout/ui/sidebar/AllChatsSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/AllChatsSidebar.tsx index ce57b871e..423eecb79 100644 --- a/surfsense_web/components/layout/ui/sidebar/AllChatsSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/AllChatsSidebar.tsx @@ -487,7 +487,7 @@ function AllChatsContent({ workspaceId, className }: AllChatsContentProps) { ) : isSearchMode ? (
-

+

{t("no_chats_found") || "No chats found"}