Skip to content

Commit

Permalink
fixup: make green line slow zone page visible
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Nov 27, 2024
1 parent 24aad3c commit 6bdbdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constants/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const ALL_PAGES: PageMap = {
key: 'slowzones',
path: '/slowzones',
name: 'Slow zones',
lines: ['line-red', 'line-blue', 'line-orange'],
lines: ['line-red', 'line-blue', 'line-orange', 'line-green'],
icon: faWarning,
dateStoreSection: 'line',
},
Expand Down

0 comments on commit 6bdbdcf

Please sign in to comment.