diff --git a/src/utils/weather.js b/src/utils/weather.js index 247d997..efa4cff 100644 --- a/src/utils/weather.js +++ b/src/utils/weather.js @@ -2,6 +2,8 @@ export function getWeatherIcon(icon) { switch (icon) { case "clear-day": return `sunnyday`; + case "clear-night": + return `clearnight`; case "mostly-clear-day": return `partlycloudyday`; case "partly-cloudy-day":