Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
varshapandiann authored Jul 21, 2024
1 parent 48a3218 commit 580c4dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ async function checkWeather(city) {
case "Mist":
weather_img.src = "./assets/mist.png";
break;
case "Haze":
weather_img.src = "./assets/mist.png";
break;
case "Snow":
weather_img.src = "./assets/snow.png";
break;
Expand Down

0 comments on commit 580c4dc

Please sign in to comment.