Skip to content

Commit

Permalink
updated UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Nov 25, 2023
1 parent 5ff3126 commit 0cca8dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ <h1 id="my-heading">The WeatherMate App</h1>

<button id="humidity-rain-btn" style="display: none;">View Humidity & Chance of Rain For </button>

<div id="aqi-display" style="display: none;"></div> <!-- This is where the AQI info will be displayed -->
<div id="aqi-display" style="display: none;"></div>

<div id="forecast-display">
<!-- This will be populated by the addForecastToPage function -->
</div>
<div id="forecast-display"></div>

<div id="humidity-rain-display" style="display: none;"></div>

Expand Down

0 comments on commit 0cca8dd

Please sign in to comment.