Skip to content

Commit

Permalink
Fix missing orientation in performer card Thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
peolic authored Jan 3, 2025
1 parent f6619cb commit 2c730b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/performerCard/PerformerCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const PerformerCard: FC<PerformerCardProps> = ({ className, performer }) => (
image={getImage(performer.images, "portrait")}
alt={performer.name}
size={350}
orientation="portrait"
/>
<FavoriteStar
entity={performer}
Expand Down

0 comments on commit 2c730b9

Please sign in to comment.