diff --git a/src/utils/weather.js b/src/utils/weather.js index f8ae17f..97772ff 100644 --- a/src/utils/weather.js +++ b/src/utils/weather.js @@ -24,6 +24,8 @@ export function getWeatherIcon(icon) { return `rain`; case "thunderstorm": return `tstorm`; + case "smoke": + return `smoke`; default: return `sunnyday`; }