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.Instant} component={Next0xInstant as any} />
 | 
				
			||||||
                                <Route exact path={WebsitePaths.LaunchKit} component={NextLaunchKit as any} />
 | 
					                                <Route exact path={WebsitePaths.LaunchKit} component={NextLaunchKit as any} />
 | 
				
			||||||
                                <Route exact path={WebsitePaths.Ecosystem} component={NextEcosystem 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.AboutMission} component={NextAboutMission as any} />
 | 
				
			||||||
                                <Route exact path={WebsitePaths.AboutTeam} component={NextAboutTeam as any} />
 | 
					                                <Route exact path={WebsitePaths.AboutTeam} component={NextAboutTeam as any} />
 | 
				
			||||||
                                <Route exact path={WebsitePaths.AboutPress} component={NextAboutPress as any} />
 | 
					                                <Route exact path={WebsitePaths.AboutPress} component={NextAboutPress as any} />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -358,9 +358,7 @@ export enum WebsitePaths {
 | 
				
			|||||||
    AboutJobs = '/about/jobs',
 | 
					    AboutJobs = '/about/jobs',
 | 
				
			||||||
    LaunchKit = '/launch-kit',
 | 
					    LaunchKit = '/launch-kit',
 | 
				
			||||||
    Instant = '/instant',
 | 
					    Instant = '/instant',
 | 
				
			||||||
    Community = '/community',
 | 
					 | 
				
			||||||
    Ecosystem = '/ecosystem',
 | 
					    Ecosystem = '/ecosystem',
 | 
				
			||||||
    MarketMaker = '/market-maker',
 | 
					 | 
				
			||||||
    Why = '/why',
 | 
					    Why = '/why',
 | 
				
			||||||
    Whitepaper = '/pdfs/0x_white_paper.pdf',
 | 
					    Whitepaper = '/pdfs/0x_white_paper.pdf',
 | 
				
			||||||
    SmartContracts = '/docs/contracts',
 | 
					    SmartContracts = '/docs/contracts',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user