Skip to content

Commit

Permalink
website / add alt attribut to images
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-de-pachtere committed Nov 19, 2024
1 parent ba314e1 commit 7464b58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/website/src/pages/home/PageHomeDefinition.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<img
:src="imageUrl"
class="h-60 w-full rounded-xl object-cover"
alt="Close-up of orange mushrooms and blue lichen on a rock, with a soft, sunlit forest background."
/>
</LychenGlowBorder>
</div>
Expand Down
2 changes: 2 additions & 0 deletions projects/website/src/pages/home/PageHomePresentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<div class="basis-1/2">
<img
:src="imageUrl"
loading="lazy"
alt="Eco-friendly residential complex with glass walls, rooftop gardens, and lush greenery connected by wooden paths."
class="rounded-lg"
/>
</div>
Expand Down

0 comments on commit 7464b58

Please sign in to comment.