changed check box

This commit is contained in:
David Sun
2019-02-13 11:35:05 -05:00
parent 3cb2d3dfff
commit 1681ba090c
5 changed files with 88 additions and 114 deletions

View File

@@ -111,11 +111,7 @@ render(
path={WebsitePaths.MarketMaker}
component={NextMarketMaker as any}
/>
<Route
exact={true}
path={WebsitePaths.Credits}
component={NextCredits as any}
/>
<Route exact={true} path={WebsitePaths.Credits} component={NextCredits as any} />
<Route exact={true} path={WebsitePaths.Instant} component={Next0xInstant as any} />
<Route exact={true} path={WebsitePaths.LaunchKit} component={NextLaunchKit as any} />
<Route exact={true} path={WebsitePaths.Ecosystem} component={NextEcosystem as any} />