API & Client - add new sport: "Cycling (Trekking)"
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user