Skip to content

Commit

Permalink
feat(events): update Forsbach-Tour
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Apr 10, 2023
1 parent 9120830 commit aa6a1f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store/events/Tour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export const useTourStore = defineStore('tour', {
new EventBuilder()
.setFees(
new FeeBuilder().setId('705e22a4-891a-406b-88ba-c4e104d6d2d3').setName('Jugendliche bis 18 Jahre').setPrice(0).build(),
new FeeBuilder().setId('f7116627-33c3-4b87-a77e-fed528bafa63').setName('BDR-Mitglieder mit Breitensportlizenz').setPrice(6).build(),
new FeeBuilder().setId('f7116627-33c3-4b87-a77e-fed528bafa63').setName('Team-Biker (BDR-Mitglieder mit Breitensportlizenz)').setPrice(6).build(),
new FeeBuilder().setId('38c2d89f-813c-4e8a-ae46-4f378a7209b5').setName('sonstige BDR-Mitglieder').setPrice(8).build(),
new FeeBuilder().setId('b71ffe1b-6d34-4b98-af51-ad0a59fd9b22').setName('Gastfahrer').setPrice(12).build()
new FeeBuilder().setId('b71ffe1b-6d34-4b98-af51-ad0a59fd9b22').setName('After Work-Biker (Gastfahrer)').setPrice(12).build()
)
.setId('2048a7f0-315a-43d7-885a-23f388601052')
.setTimes(
Expand Down Expand Up @@ -174,7 +174,7 @@ Gemeinsam geht es auf dem Radweg Richtung Altenrath weiter.`
.setImageUrl('content.rtc-koeln.de/pages/events/tours/events/rtfs/2023 Flyer.jpg')
.build()
)
.setLastChange('2023-04-07')
.setLastChange('2023-04-10')
.setPopup(
`Natürlich sind all unsere Strecken ausgeschildert.
Expand Down

0 comments on commit aa6a1f5

Please sign in to comment.