diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-16 15:03:54 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-16 15:03:54 +0200 |
| commit | 283c876aff2c1a5477955140df783a70ab76dbd8 (patch) | |
| tree | 5a3dbdce25e549fbed983ed839fdad39c9d3d21f /web/frontend/types.d.ts | |
| parent | df7c9b5130ba193fc918a947a461f2a70dc2dd3c (diff) | |
feat(web): improve official climb profile
Diffstat (limited to 'web/frontend/types.d.ts')
| -rw-r--r-- | web/frontend/types.d.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/frontend/types.d.ts b/web/frontend/types.d.ts index 3642971..6fa9976 100644 --- a/web/frontend/types.d.ts +++ b/web/frontend/types.d.ts @@ -1,4 +1,4 @@ -export type ProfileBand = "downhill" | "0-3" | "3-6" | "6-9" | "9-12" | "12-plus"; +export type ProfileBand = "downhill" | "0-3" | "3-6" | "6-9" | "9-plus"; export type BoundaryTarget = "start" | "end"; export type BoundarySource = "profile" | "map"; @@ -77,8 +77,7 @@ export interface OfficialProfileColors { "0-3": string; "3-6": string; "6-9": string; - "9-12": string; - "12-plus": string; + "9-plus": string; plotSurface: string; grid: string; subtle: string; |