Skip to content

Commit

Permalink
Fix person photo in popin
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 2, 2025
1 parent 7b29db2 commit 6b15f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Person/PersonPopInContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const PersonPopInContent = ({ person, children }: PersonPopInContentProps) => {
src={person.photo}
alt={person.name}
className={classNames(
"rounded-xl object-cover bg-cover",
"rounded-xl aspect-square object-cover bg-cover",
bgClass
)}
width={235}
Expand Down

0 comments on commit 6b15f45

Please sign in to comment.