Skip to content

Commit

Permalink
fix: "Pavé Sprint" special character
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Dec 11, 2021
1 parent 4667951 commit aa4b526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/segments.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const segments = [
"https://whatsonzwift.com/world/new-york/segment/ny-sprint/reverse",
},
{
name: "Pav\\xe9 Sprint",
name: "Pavé Sprint",
slug: "pave-sprint",
type: "sprint",
world: "france",
Expand All @@ -166,7 +166,7 @@ export const segments = [
"https://whatsonzwift.com/world/france/segment/pave-sprint/forward",
},
{
name: "Pav\\xe9 Sprint Rev.",
name: "Pavé Sprint Rev.",
slug: "pave-sprint-rev",
type: "sprint",
world: "france",
Expand Down
4 changes: 2 additions & 2 deletions src/segments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ export const segments: ReadonlyArray<Segment> = [
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/ny-sprint/reverse"
},
{
"name": "Pav\\xe9 Sprint",
"name": "Pavé Sprint",
"slug": "pave-sprint",
"type": "sprint",
"world": "france",
"distance": 0.333,
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/pave-sprint/forward"
},
{
"name": "Pav\\xe9 Sprint Rev.",
"name": "Pavé Sprint Rev.",
"slug": "pave-sprint-rev",
"type": "sprint",
"world": "france",
Expand Down

0 comments on commit aa4b526

Please sign in to comment.