Skip to content

Commit

Permalink
Remove tier config
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Nov 18, 2024
1 parent b3df1a5 commit 098bb6b
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions app/configurations/config.aachen.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,19 +250,6 @@ export default configMerger(parentConfig, {
background: '#EB690B'
}
},
tier: {
icon: "brand_tier",
name: {
de: "TIER",
fr: "TIER",
en: "TIER",
nl: "TIER",
},
colors: {
background: '#ffffff',
foreground: '#000000'
}
},
velocity: {
icon: "brand_velocity",
name: {
Expand Down Expand Up @@ -327,26 +314,6 @@ export default configMerger(parentConfig, {
nl: "https://www.voi.com/nl",
}
},
'tier_aachen': {
icon: "brand_tier",
operator: "tier",
name: {
de: "TIER",
fr: "TIER",
en: "TIER",
nl: "TIER",
},
type: "scooter",
form_factors: ['scooter'],
hideCode: true,
enabled: true,
url: {
de: "https://www.tier.app/de/",
en: "https://www.tier.app/en/",
nl: "https://www.tier.app/nl/",
fr: "https://www.tier.app/fr/",
}
},
'velocity_aachen': {
icon: "brand_velocity",
operator: "velocity",
Expand Down

0 comments on commit 098bb6b

Please sign in to comment.