Skip to content

Commit

Permalink
fix: remove u-bahn and ferry
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jun 3, 2024
1 parent 45e2b29 commit 29eaf70
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/configurations/config.klnavi.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,13 +535,6 @@ export default configMerger(walttiConfig, {
}
},

subway: {
availableForSelection: true,
defaultValue: true,
nearYouLabel: {
de: 'U-Bahnhaltestellen in der Nähe',
}
},
airplane: {
availableForSelection: false,
defaultValue: false,
Expand All @@ -550,14 +543,6 @@ export default configMerger(walttiConfig, {
}
},

ferry: {
availableForSelection: true,
defaultValue: true,
nearYouLabel: {
de: 'Fähranleger in der Nähe',
}
},

carpool: {
availableForSelection: true,
defaultValue: true,
Expand Down

0 comments on commit 29eaf70

Please sign in to comment.