Change ecosystem route

This commit is contained in:
Fred Carlsen 2018-12-14 18:04:41 +01:00
parent 461c7efc26
commit 086c70bcdc

View File

@ -121,7 +121,7 @@ render(
<Route exact path="/next/why" component={NextWhy as any} />
<Route exact path="/next/0x-instant" component={Next0xInstant as any} />
<Route exact path="/next/launch-kit" component={NextLaunchKit as any} />
<Route exact path="/next/ecosystem" component={NextEcosystem as any} />
<Route exact path="/next/ecosystem-program" component={NextEcosystem as any} />
<Route exact path="/next/about/mission" component={NextAboutMission as any} />
<Route exact path="/next/about/team" component={NextAboutTeam as any} />
<Route exact path="/next/about/press" component={NextAboutPress as any} />