diff --git a/src/utils/weather.js b/src/utils/weather.js index cec5ef2..4004082 100644 --- a/src/utils/weather.js +++ b/src/utils/weather.js @@ -12,6 +12,10 @@ export function getWeatherIcon(icon) { return `partlycloudyday`; case "breezy": return `windy`; + case "drizzle": + return `drizzle`; + case "light-rain": + return `drizzle`; case "rain": return `rain`; case "thunderstorm":