format city name on both regional pages

This commit is contained in:
Matt Walsh 2020-09-25 15:13:08 -05:00
parent c8c04288b9
commit 51bc2c5f4a
5 changed files with 5 additions and 5 deletions

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -140,7 +140,7 @@ class RegionalForecast extends WeatherDisplay {
return {
daytime: forecast.isDaytime,
temperature: forecast.temperature||0,
name: city.city,
name: this.formatCity(city.city),
icon: forecast.icon,
x: cityXY.x,
y: cityXY.y,

View file

@ -1 +1 @@
module.exports = '3.4.0';
module.exports = '3.4.1';