summaryrefslogtreecommitdiff
path: root/web/frontend/types.d.ts
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-16 15:03:54 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-16 15:03:54 +0200
commit283c876aff2c1a5477955140df783a70ab76dbd8 (patch)
tree5a3dbdce25e549fbed983ed839fdad39c9d3d21f /web/frontend/types.d.ts
parentdf7c9b5130ba193fc918a947a461f2a70dc2dd3c (diff)
feat(web): improve official climb profile
Diffstat (limited to 'web/frontend/types.d.ts')
-rw-r--r--web/frontend/types.d.ts5
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;