Skip to content

Commit

Permalink
Update src/components/team/PersonImage.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Wanke <[email protected]>
  • Loading branch information
styrix560 and JonasWanke authored Oct 29, 2024
1 parent 82060d9 commit 175c84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/team/PersonImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const PersonImage = ({ img }: PersonImageProps) => {
<img
className={clsx(
`mx-auto h-40 w-40 rounded-full object-cover shadow-lg xl:h-56 xl:w-56`,
!img && "p-5",
img || "p-5",
)}
src={img ?? "/imgs/wsg/wsg_hands.svg"}
alt=""
Expand Down

0 comments on commit 175c84b

Please sign in to comment.