Skip to content

Commit

Permalink
chore: hide navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Oct 30, 2024
1 parent fc82df1 commit 5e88458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/configurations/config.hsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ export default {
showSimilarRoutesOnRouteDropDown: true,
useRealtimeTravellerCapacities: true,

navigation: true,
navigation: false,
navigationLogo: 'hsl/navigator-logo.svg',

stopCard: {
Expand Down
2 changes: 1 addition & 1 deletion app/configurations/config.waltti.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default {
value: 600,
},
],
navigation: true,
navigation: false,

ticketPurchaseLink: function purchaseTicketLink(fare, operatorCode) {
const fareId = fare.fareProducts[0].product.id;
Expand Down

0 comments on commit 5e88458

Please sign in to comment.