Skip to content

Commit

Permalink
Add alt text to stream screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
whitep4nth3r committed Mar 4, 2024
1 parent 40a7637 commit e7cb231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_components/twitchInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function TwitchInfo({ isLive, vodData }) {
</div>
<img
src="${vodData.thumbnail.url}"
alt=""
alt="Stream screenshot. It's auto-generated so I can't give you any details, sorry!"
class="twitchInfo__thumbnail"
height="${vodData.thumbnail.height}"
width="${vodData.thumbnail.width}"
Expand Down

0 comments on commit e7cb231

Please sign in to comment.