feat: update personal chat conversation page
This commit is contained in:
parent
f658c5ae96
commit
b489296b08
@ -439,7 +439,7 @@ export default function MeChatConversationPage() {
|
|||||||
<Sparkles className="size-3 text-primary/70" />
|
<Sparkles className="size-3 text-primary/70" />
|
||||||
</div>
|
</div>
|
||||||
<h1 className="truncate text-sm font-semibold text-foreground">
|
<h1 className="truncate text-sm font-semibold text-foreground">
|
||||||
{conversation?.title ?? "Loading..."}
|
{conversation?.title && conversation.title.trim().length > 2 ? conversation.title : "New conversation"}
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user