Skip to content

Commit

Permalink
Merge pull request #4171 from c2corg/AntoineMarnat-patch-1
Browse files Browse the repository at this point in the history
Feat : Update SophiePictureContestView.vue with 2024 winners
  • Loading branch information
AntoineMarnat authored Dec 19, 2024
2 parents 183d96b + 194634e commit ce45b73
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion src/views/portals/SophiePictureContestView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,38 @@ export default {
2024: {
year: 2024,
documentId: 1590020,
winners: [],
winners: [
{
title: "La faucheuse des neiges",
author: 'xlpgn',
image: { document_id: 1695200 },
category: 'Action',
},
{
title: 'Toute la voie Lactée dans le Trou de la Mouche',
author: 'Julien Metais',
image: { document_id: 1699110 },
category: 'Paysage',
},
{
title: 'La fuite en avant',
author: 'Thomas Henninger',
image: { document_id: 1699394 },
category: 'Faune / Flore / Inclassable',
},
{
title: 'Rocher de l’Armet fantomatique, notre presque Cervin',
author: 'Thierry Clavel',
image: { document_id: 1693933 },
category: 'Topoguide',
},
{
title: "ça gaz dans le piller sommital (L26)",
author: 'Loic Blondeau',
image: { document_id: 1675966 },
category: 'Prix du Public',
},
],
},
},
Expand Down

0 comments on commit ce45b73

Please sign in to comment.