Skip to content

Commit

Permalink
Merge pull request #3236 from c2corg/cps-thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobesson authored Jan 24, 2023
2 parents 21bb9b4 + 0458f73 commit a316aa7
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 a316aa7

Please sign in to comment.