Skip to content

Commit 76f317a

Browse files
authored
feat: Add America tracks (#209)
1 parent 2d62687 commit 76f317a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Add config `skip_wine` to skip wine usage even on linux (good for development on windows).
99
* Update js libraries versions.
1010
* [Add devcontainer to development environment (vscode)](https://code.visualstudio.com/docs/remote/containers).
11+
* Add America DLC Tracks
1112

1213
## 1.17.0
1314
* Link logo to front page.

public/src/data/tracks.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
export default [
22
{value: "barcelona", label: "Barcelona"},
33
{value: "brands_hatch", label: "Brands Hatch"},
4+
{value: "cota", label: "Circuit of the Americas"},
45
{value: "donington", label: "Donnington"},
56
{value: "hungaroring", label: "Hungaroring"},
67
{value: "imola", label: "Imola"},
8+
{value: "indianapolis", label: "Indianapolis Motor Speedway"},
79
{value: "kyalami", label: "Kyalami"},
810
{value: "laguna_seca", label: "Laguna Seca"},
911
{value: "misano", label: "Misano"},
@@ -16,6 +18,7 @@ export default [
1618
{value: "snetterton", label: "Snetterton"},
1719
{value: "spa", label: "Spa"},
1820
{value: "suzuka", label: "Suzuka"},
21+
{value: "watkins_glen", label: "Watkins Glen"},
1922
{value: "zandvoort", label: "Zandvoort"},
2023
{value: "zolder", label: "Zolder"},
2124
];

0 commit comments

Comments
 (0)