mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 19:49:31 -07:00
fix alamanc graphics
This commit is contained in:
@@ -133,7 +133,7 @@ class Almanac extends WeatherDisplay {
|
|||||||
|
|
||||||
fill.date = date;
|
fill.date = date;
|
||||||
fill.type = MoonPhase.phase;
|
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);
|
return this.fillTemplate('day', fill);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user