diff options
Diffstat (limited to 'packages/website/ts/index.tsx')
-rw-r--r-- | packages/website/ts/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx index 984c919fb..aa2deaf37 100644 --- a/packages/website/ts/index.tsx +++ b/packages/website/ts/index.tsx @@ -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} /> |