Skip to content

Commit

Permalink
Fix track class D4L tagged as DL (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie authored Nov 21, 2024
1 parent c3d60cf commit a0bdbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/track_class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ track_classes:
- { value: 'D2', color: 'hsl(30, 100%, 40%)' }
- { value: 'D3', color: 'hsl(20, 100%, 40%)' }
- { value: 'D4', color: 'hsl(10, 100%, 40%)' }
- { value: 'DL', color: 'hsl(0, 100%, 40%)' }
- { value: 'D4L', color: 'hsl(0, 100%, 40%)' }
- { value: 'E4', color: 'hsl(340, 100%, 40%)' }
- { value: 'E5', color: 'hsl(320, 100%, 40%)' }
- { value: 'F', color: 'hsl(300, 100%, 40%)' }
Expand Down

0 comments on commit a0bdbb7

Please sign in to comment.