Skip to content

Commit 3b76825

Browse files
committed
feat: #18: hide alt text if weather is disabled
1 parent 39cb4ad commit 3b76825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<image id="slideshow-image"></image>
1111
<div class="label" id="slideshow-metadata"></div>
1212
<div class="weather">
13-
<img id="weather-icon" src="" alt="Weather icon">
13+
<img id="weather-icon" src="" alt="">
1414
<div style="display: flex">
1515
<div class="weather-label" id="weather-label"></div>
1616
<div class="weather-label" id="weather-temperature"></div>

0 commit comments

Comments
 (0)