Remove community and market-maker URLs

This commit is contained in:
Steve Klebanoff
2018-12-17 16:36:24 -08:00
parent 8925317c95
commit 8b24b7c57c
2 changed files with 0 additions and 4 deletions

View File

@@ -109,8 +109,6 @@ render(
<Route exact path={WebsitePaths.Instant} component={Next0xInstant as any} />
<Route exact path={WebsitePaths.LaunchKit} component={NextLaunchKit as any} />
<Route exact path={WebsitePaths.Ecosystem} component={NextEcosystem as any} />
<Route exact path={WebsitePaths.Community} component={NextCommunity as any} />
<Route exact path={WebsitePaths.MarketMaker} component={NextMarketMaker as any} />
<Route exact path={WebsitePaths.AboutMission} component={NextAboutMission as any} />
<Route exact path={WebsitePaths.AboutTeam} component={NextAboutTeam as any} />
<Route exact path={WebsitePaths.AboutPress} component={NextAboutPress as any} />

View File

@@ -358,9 +358,7 @@ export enum WebsitePaths {
AboutJobs = '/about/jobs',
LaunchKit = '/launch-kit',
Instant = '/instant',
Community = '/community',
Ecosystem = '/ecosystem',
MarketMaker = '/market-maker',
Why = '/why',
Whitepaper = '/pdfs/0x_white_paper.pdf',
SmartContracts = '/docs/contracts',