fix: profile pic dimension bug fix (#2449)
This commit is contained in:
parent
7f06d5a30d
commit
8cd13e94d5
4 changed files with 4 additions and 4 deletions
|
|
@ -149,7 +149,7 @@ const ProfileActivity = () => {
|
|||
alt={activityItem.actor_detail.display_name}
|
||||
height={24}
|
||||
width={24}
|
||||
className="rounded-full"
|
||||
className="rounded-full h-full w-full object-cover"
|
||||
/>
|
||||
) : (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue