Skip to content

Commit

Permalink
Added alt tag to main image on homepage for better (#311)
Browse files Browse the repository at this point in the history
accessibility.
  • Loading branch information
nmbog authored Aug 9, 2024
1 parent 9d9bbbd commit 361dd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default (data) => (
</div>
<div class="relative" style={{minWidth: "640px"}}>
<div class="dropshadow">&nbsp;</div>
<img class="bg-gray-400 image z-10 relative" width="640" height="420" src="/photos/hero-image.png" />
<img class="bg-gray-400 image z-10 relative" width="640" height="420" src="/photos/hero-image.png" alt="Treehouse UI preview" />
</div>
</div>

Expand Down

0 comments on commit 361dd2c

Please sign in to comment.