Skip to content

Commit

Permalink
Fix typo for image format
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 2, 2025
1 parent ff556be commit 7b29db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Person/Person.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Person = ({ person }: { person: PersonProps }) => {
width={135}
height={135}
className={classNames(
"min-w-[135px] rounded-full relative aspect-squareobject-cover overflow-hidden",
"min-w-[135px] rounded-full relative aspect-square object-cover overflow-hidden",
bgClass
)}
/>
Expand Down

0 comments on commit 7b29db2

Please sign in to comment.