Update index.html

This commit is contained in:
Justin 2022-06-11 13:44:15 +08:00 committed by GitHub
parent aa469eb9ef
commit 51ecd370cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2419,9 +2419,11 @@
<div class="col-auto">
<button id="weather-api-btn" class="btn set-btn">Add</button>
<button id="weather-api-btn" class="btn set-btn" onClick="showWeatherP()">Add</button>
</div>
<p id="weather-api-p" style="display: none">New weather API key detected, please restart the ticker in order for the feature to work properly.</p>
</div>