refactor(sidebar): remove unused user icons from Private and Shared Chats sidebars; update Inbox header font size for consistency

This commit is contained in:
Anish Sarkar 2026-05-03 22:58:20 +05:30
parent 056b2e270b
commit 04f9f7dfc1
4 changed files with 2 additions and 4 deletions

View file

@ -264,7 +264,6 @@ export function AllSharedChatsSidebarContent({
<span className="sr-only">{t("close") || "Close"}</span>
</Button>
)}
<Users className="h-4 w-4 text-primary" />
<h2 className="text-lg font-semibold">{t("shared_chats") || "Shared Chats"}</h2>
</div>