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

View file

@ -190,7 +190,7 @@ const Account = ({
<Avatar src={account.avatar} size={avatarSize} />
{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}
/>
)}