fix alamanc graphics

This commit is contained in:
Matt Walsh 2022-12-12 10:48:54 -06:00
parent ae0d0ef9ec
commit 8efff1a057

View file

@ -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);
}); });