mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 09:09:30 -07:00
fix alamanc graphics
This commit is contained in:
@@ -133,7 +133,7 @@ class Almanac extends WeatherDisplay {
|
||||
|
||||
fill.date = date;
|
||||
fill.type = MoonPhase.phase;
|
||||
fill.icon = { type: 'img', src: imageName(MoonPhase.Phase) };
|
||||
fill.icon = { type: 'img', src: imageName(MoonPhase.phase) };
|
||||
|
||||
return this.fillTemplate('day', fill);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user