Skip to content

Commit

Permalink
feat: #18: hide alt text if weather is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed May 22, 2022
1 parent 39cb4ad commit 3b76825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<image id="slideshow-image"></image>
<div class="label" id="slideshow-metadata"></div>
<div class="weather">
<img id="weather-icon" src="" alt="Weather icon">
<img id="weather-icon" src="" alt="">
<div style="display: flex">
<div class="weather-label" id="weather-label"></div>
<div class="weather-label" id="weather-temperature"></div>
Expand Down

0 comments on commit 3b76825

Please sign in to comment.