Add object-cover to avatars in FeedSuggestions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
827146ad17
commit
bd05f8a245
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const SuggestionItem = ({ accountId }: { accountId: string }) => {
|
|||
<Stack space={3}>
|
||||
<img
|
||||
src={account.avatar}
|
||||
className='mx-auto block w-16 h-16 min-w-[56px] rounded-full'
|
||||
className='mx-auto block w-16 h-16 min-w-[56px] rounded-full object-cover'
|
||||
alt={account.acct}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue