Skip to content

Commit

Permalink
fix(frontend/PhotographerProfile): use preview instead of thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
japsu committed Oct 20, 2023
1 parent 9c41756 commit b92d1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/AlbumView/PhotographerProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const PhotographerProfile: React.FC<PhotographerProfileProps> = ({ photographer,
<figure className={className}>
<Link to={coverPicture.path}>
<img
src={coverPicture.thumbnail.src}
src={coverPicture.preview.src}
alt={coverPicture.title}
style={{
display: 'block',
Expand Down

0 comments on commit b92d1a6

Please sign in to comment.