Skip to content

Commit

Permalink
bug: thumbnails in Concours Photo Sophie pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Besson committed Jan 24, 2023
1 parent 21bb9b4 commit 0458f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portals/SophiePictureContestView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="has-text-centered">
<document-link :document="{ ...winner.image, type: 'i' }">
<thumbnail
:img="getImageUrl(winner.image)"
:img="winner.image"
size="MI"
:alt="
$documentUtils.getDocumentTitle({
Expand Down

0 comments on commit 0458f73

Please sign in to comment.