From 23f1be50f79f58a92236f6f0d32ed489a87132e0 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:57:15 +0530 Subject: [PATCH] refactor: replace Lock icon with User icon for private chats --- .../layout/ui/sidebar/AllPrivateChatsSidebar.tsx | 6 +++--- .../components/new-chat/chat-share-button.tsx | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx index 0d1dd281e..f5c64cc67 100644 --- a/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/AllPrivateChatsSidebar.tsx @@ -5,12 +5,12 @@ import { format } from "date-fns"; import { ArchiveIcon, Loader2, - Lock, MessageCircleMore, MoreHorizontal, RotateCcwIcon, Search, Trash2, + User, X, } from "lucide-react"; import { AnimatePresence, motion } from "motion/react"; @@ -239,7 +239,7 @@ export function AllPrivateChatsSidebar({