Skip to content

Commit 029d86e

Browse files
authored
Merge pull request #4070 from betagouv/decorative-image
Hot fix : RGAA 1.2 ignorer l'image d'une carte cantine publiée
2 parents 8a45618 + b824d56 commit 029d86e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/views/CanteensPage/PublishedCanteenCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<img
77
:src="canteen.leadImage ? canteen.leadImage.image : '/static/images/canteen-default-image.jpg'"
88
class="lead-image"
9+
alt=""
910
/>
1011
</v-col>
1112
<v-col class="pa-8 d-flex flex-column justify-space-between">

0 commit comments

Comments
 (0)