fog and snow night icons
This commit is contained in:
parent
f913013ce0
commit
04e1e060ca
4 changed files with 5 additions and 3 deletions
|
|
@ -177,6 +177,7 @@ const icons = (() => {
|
|||
return addPath('CC_Cloudy.gif');
|
||||
|
||||
case 'fog':
|
||||
case 'fog-n':
|
||||
return addPath('CC_Fog.gif');
|
||||
|
||||
case 'rain_sleet':
|
||||
|
|
@ -203,6 +204,7 @@ const icons = (() => {
|
|||
// break;
|
||||
|
||||
case 'snow':
|
||||
case 'snow-n':
|
||||
return addPath('CC_Snow.gif');
|
||||
|
||||
case 'rain_snow':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue