Remove community and market-maker URLs
This commit is contained in:
@@ -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} />
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user