Skip to content

Commit

Permalink
Merge branch 'team-page' of https://github.com/blz-it/blz-it.de into …
Browse files Browse the repository at this point in the history
…team-page
  • Loading branch information
styrix560 committed Oct 29, 2024
2 parents 18dfc5b + 175c84b commit 630b8fe
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 630b8fe

Please sign in to comment.