Merge branch 'feed-suggestions-images' into 'develop'
Add object-cover to avatars in FeedSuggestions See merge request soapbox-pub/soapbox-fe!1648
This commit is contained in:
commit
9fe3c4f992
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