Update copy, fetch data

This commit is contained in:
Jacob Evans
2019-07-04 17:07:08 +10:00
parent 4ccd2d4955
commit 251ae50d3e
5 changed files with 67 additions and 77 deletions

View File

@@ -123,8 +123,8 @@ render(
<Route exact={true} path={WebsitePaths.Ecosystem} component={NextEcosystem as any} />
<Route exact={true} path={`${WebsitePaths.Vote}/:zeip`} component={Governance as any} />
{/* TODO: Uncomment the VoteIndex route */}
<Redirect from={WebsitePaths.Vote} to={`${WebsitePaths.Vote}/zeip-23`} />
{/* <Route exact={true} path={WebsitePaths.Vote} component={VoteIndex as any} /> */}
{/* <Redirect from={WebsitePaths.Vote} to={`${WebsitePaths.Vote}/zeip-23`} /> */}
<Route exact={true} path={WebsitePaths.Vote} component={VoteIndex as any} />
<Route exact={true} path={WebsitePaths.Extensions} component={Extensions as any} />
<Route
exact={true}