From 283c876aff2c1a5477955140df783a70ab76dbd8 Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Sun, 16 Aug 2026 15:03:54 +0200 Subject: feat(web): improve official climb profile --- web/frontend/types.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web/frontend/types.d.ts') 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; -- cgit v1.2.3