diff --git a/server/scripts/modules/almanac.mjs b/server/scripts/modules/almanac.mjs index 8366908..61e8bb1 100644 --- a/server/scripts/modules/almanac.mjs +++ b/server/scripts/modules/almanac.mjs @@ -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); });