Fix favorites chat logic and story avatar layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user