Weather Changes & Timed Reminders #6
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ export function getWeatherIcon(icon) {
|
||||||
return `rain`;
|
return `rain`;
|
||||||
case "thunderstorm":
|
case "thunderstorm":
|
||||||
return `tstorm`;
|
return `tstorm`;
|
||||||
|
case "smoke":
|
||||||
|
return `smoke`;
|
||||||
default:
|
default:
|
||||||
return `sunnyday`;
|
return `sunnyday`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue