fixes the stuff
This commit is contained in:
parent
ad07305417
commit
4b99ab7d35
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ const Account = ({
|
||||||
<Avatar src={account.avatar} size={avatarSize} />
|
<Avatar src={account.avatar} size={avatarSize} />
|
||||||
{emoji && (
|
{emoji && (
|
||||||
<Emoji
|
<Emoji
|
||||||
className='absolute -bottom-1.5 -right-1.5 h-5 w-5'
|
className='absolute -bottom-0 -right-1.5 h-5 w-5'
|
||||||
emoji={emoji}
|
emoji={emoji}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue