Fix: Display the invited icon in the header #9634 (#9659)

### What problem does this PR solve?

Fix: Display the invited icon in the header #9634

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-08-22 15:05:56 +08:00
committed by GitHub
parent f8847e7bcd
commit cc167ae619
4 changed files with 23 additions and 14 deletions

View File

@ -90,8 +90,8 @@ export function Sessions({
'bg-bg-card': conversationId === x.id,
})}
>
<CardContent className="px-3 py-2 flex justify-between items-center group">
{x.name}
<CardContent className="px-3 py-2 flex justify-between items-center group gap-1">
<div className="truncate">{x.name}</div>
<ConversationDropdown conversation={x}>
<MoreButton></MoreButton>
</ConversationDropdown>