mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
fix(AllChatsSidebar): increase font size for "no chats found" message for better visibility
This commit is contained in:
parent
43ad064d3c
commit
9ec89f94de
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ function AllChatsContent({ workspaceId, className }: AllChatsContentProps) {
|
||||||
</div>
|
</div>
|
||||||
) : isSearchMode ? (
|
) : isSearchMode ? (
|
||||||
<div className="text-center py-8">
|
<div className="text-center py-8">
|
||||||
<p className="text-xs text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
{t("no_chats_found") || "No chats found"}
|
{t("no_chats_found") || "No chats found"}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue