travel cities
This commit is contained in:
parent
ed09d683d3
commit
3d7e93947b
9 changed files with 147 additions and 77 deletions
|
|
@ -99,7 +99,7 @@ const navigation = (() => {
|
|||
currentWeather,
|
||||
new LatestObservations(1, 'latest-observations'),
|
||||
new Hourly(2, 'hourly'),
|
||||
new TravelForecast(3, 'travelForecast', false), // not active by default
|
||||
new TravelForecast(3, 'travel', false), // not active by default
|
||||
new RegionalForecast(4, 'regional-forecast'),
|
||||
new LocalForecast(5, 'local-forecast'),
|
||||
new ExtendedForecast(6, 'extended-forecast'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue