add smoke to large icon set close #91
This commit is contained in:
parent
4e7429bfba
commit
8f70ee87c5
2 changed files with 4 additions and 0 deletions
BIN
server/images/icons/current-conditions/Smoke.gif
Normal file
BIN
server/images/icons/current-conditions/Smoke.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
|
|
@ -65,6 +65,10 @@ const largeIcon = (link, _isNightTime) => {
|
|||
case 'sleet-n':
|
||||
return addPath('Sleet.gif');
|
||||
|
||||
case 'smoke':
|
||||
case 'smoke-n':
|
||||
return addPath('Smoke.gif');
|
||||
|
||||
case 'rain_showers':
|
||||
case 'rain_showers_high':
|
||||
case 'rain_showers-n':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue