Alex's suggestion (brap)

This commit is contained in:
Alex Gleason 2023-02-15 21:34:26 +00:00 committed by Matty
parent 4b99ab7d35
commit 2e27886230
1 changed files with 1 additions and 1 deletions

View File

@ -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-0 -right-1.5 h-5 w-5' className='absolute bottom-0 -right-1.5 h-5 w-5'
emoji={emoji} emoji={emoji}
/> />
)} )}