Skip to content

Commit

Permalink
add alt tag on images
Browse files Browse the repository at this point in the history
  • Loading branch information
Forster-Groux committed Jan 15, 2021
1 parent 94d4c16 commit 7cdf796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions front-end/src/views/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<h2>Les objectifs de la loi EGAlim</h2>
<div id="key-goals">
<div class="key-goal">
<img src="@/assets/broco.png">
<img src="@/assets/broco.png" alt="">
<p>Promouvoir une alimentation saine et respectueuse de l'environnement.</p>
</div>
<div class="key-goal">
<img src="@/assets/convive.png">
<img src="@/assets/convive.png" alt="">
<p>Réduire les inégalités d'accès à une alimentation durable et de qualité.</p>
</div>
<div class="key-goal">
<img src="@/assets/checklist.png">
<img src="@/assets/checklist.png" alt="">
<p>Assurer la juste rémunération des agriculteurs du secteur agricole.</p>
</div>
</div>
Expand Down

0 comments on commit 7cdf796

Please sign in to comment.