fix: profile pic dimension bug fix (#2449)

This commit is contained in:
Anmol Singh Bhatia 2023-10-17 12:15:46 +05:30 committed by GitHub
parent 7f06d5a30d
commit 8cd13e94d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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