diff --git a/app/models/weather_kit_account.rb b/app/models/weather_kit_account.rb index 3c382a6..e600472 100644 --- a/app/models/weather_kit_account.rb +++ b/app/models/weather_kit_account.rb @@ -162,6 +162,7 @@ def self.icon_for(condition_code) "Rain" => "raindrops", "Haze" => "sun-haze", "Snow" => "snowflake", + "HeavySnow" => "snowflakes", "Flurries" => "snowflake" }