Skip to content

Commit

Permalink
Fixed backend logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Nguyen committed Dec 16, 2023
1 parent 97b7778 commit 41d0ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ <h1 id="my-heading">The WeatherMate App</h1>

<br>

<button type="button" id="btn">SEARCH OR PRESS ENTER</button>
<button type="button" id="btn" title="Simply press enter or this button to search">SEARCH OR PRESS ENTER</button>

<h5 id="subhead" style="display: none;">A reminder that you must enter the exact name of your desired city/region to properly get its accurate weather information!</h5>

<button id="toggle-temp" onclick="toggleTemperatureUnit()">Displaying in °F</button>
<button id="toggle-temp" onclick="toggleTemperatureUnit()" title="Click to Change Temperature Units">Displaying in °F</button>

<div id="favorites-section">
<!-- Favorite cities will be appended here -->
Expand Down

0 comments on commit 41d0ba4

Please sign in to comment.