Fix favorites chat logic and story avatar layout

This commit is contained in:
Халимов Рустам
2026-03-19 23:15:30 +03:00
parent 24f029c9ed
commit a48a0b0977
2 changed files with 28 additions and 36 deletions

View File

@@ -178,12 +178,11 @@ export default function Sidebar() {
? 'border border-zinc-600'
: 'border border-zinc-700'
}`}>
<div className="w-[44px] h-[44px] rounded-full overflow-hidden">
<div className="w-[44px] h-[44px] rounded-full flex items-center justify-center overflow-hidden">
<Avatar
src={avatarUrl}
name={group.user.displayName || group.user.username}
size="md"
className="w-full h-full"
/>
</div>
</div>