diff --git a/app/dzr-after-party/AfterPartyRaces.ts b/app/dzr-after-party/AfterPartyRaces.ts index cab8029..c33383b 100644 --- a/app/dzr-after-party/AfterPartyRaces.ts +++ b/app/dzr-after-party/AfterPartyRaces.ts @@ -227,4 +227,13 @@ export const AfterPartyRacesData = [ finish: 'Blue banner fourth time on Libby Hill', linkRoute: 'https://zwiftinsider.com/route/cobbled-climbs/', }), + new AfterPartyRacesTemplate({ + route: 'Dust In The Wind', + world: 'Watopia', + laps: '<1>', + distance: '39.591', + elevation: '531', + finish: 'Blue banner second time on Titans Groove KOM Reverse', + linkRoute: 'https://zwiftinsider.com/route/dust-in-the-wind/', + }), ]; \ No newline at end of file diff --git a/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-finish.png b/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-finish.png new file mode 100644 index 0000000..1e91848 Binary files /dev/null and b/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-finish.png differ diff --git a/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-hm.png b/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-hm.png new file mode 100644 index 0000000..7e012d4 Binary files /dev/null and b/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-hm.png differ diff --git a/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-profile.png b/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-profile.png new file mode 100644 index 0000000..11c7c6c Binary files /dev/null and b/public/dzr-after-party/dust-in-the-wind/Dust-In-The-Wind-profile.png differ