removed weather icon as it's inaccessible from the vizualization wall server

This commit is contained in:
cerc 2024-10-16 19:05:21 -04:00
parent 6217e8913a
commit ab2b5543bc
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@
<div class="top-container">
<div id="time-weather-container">
<div id="weather">
<div id="weather-icon-container"></div>
<!-- <div id="weather-icon-container"></div> -->
<div id="temperature"></div>
<div id="description"></div>
</div>