Skip to content

Commit 361dd2c

Browse files
authored
Added alt tag to main image on homepage for better (#311)
accessibility.
1 parent 9d9bbbd commit 361dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default (data) => (
6464
</div>
6565
<div class="relative" style={{minWidth: "640px"}}>
6666
<div class="dropshadow">&nbsp;</div>
67-
<img class="bg-gray-400 image z-10 relative" width="640" height="420" src="/photos/hero-image.png" />
67+
<img class="bg-gray-400 image z-10 relative" width="640" height="420" src="/photos/hero-image.png" alt="Treehouse UI preview" />
6868
</div>
6969
</div>
7070

0 commit comments

Comments
 (0)