API & Client - add new sport: "Cycling (Trekking)"

This commit is contained in:
Sam
2023-12-20 15:00:44 +01:00
parent e46d7f4960
commit c818437734
6 changed files with 91 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import type { IWorkout } from '@/types/workouts'
export const sportColors: Record<string, string> = {
'Cycling (Sport)': '#4c9792',
'Cycling (Trekking)': '#a8af88',
'Cycling (Transport)': '#88af98',
'Cycling (Virtual)': '#64a360',
Hiking: '#bb757c',