We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9bbbd commit 361dd2cCopy full SHA for 361dd2c
web/index.tsx
@@ -64,7 +64,7 @@ export default (data) => (
64
</div>
65
<div class="relative" style={{minWidth: "640px"}}>
66
<div class="dropshadow"> </div>
67
- <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" />
68
69
70
0 commit comments