diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-18 08:36:24 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-18 08:36:24 +0800 |
commit | 8b24b7c57c30e0294a6b66a71533613c18dd4794 (patch) | |
tree | d1f83b439dcabd5604cc512bb7508ff69f7ea807 | |
parent | 8925317c95927111b48d29d15e44de19db432052 (diff) | |
download | dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.tar dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.tar.gz dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.tar.bz2 dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.tar.lz dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.tar.xz dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.tar.zst dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.zip |
Remove community and market-maker URLs
-rw-r--r-- | packages/website/ts/index.tsx | 2 | ||||
-rw-r--r-- | packages/website/ts/types.ts | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx index 915d28aaa..07f04f67a 100644 --- a/packages/website/ts/index.tsx +++ b/packages/website/ts/index.tsx @@ -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} /> diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts index b54ec94b6..73e248713 100644 --- a/packages/website/ts/types.ts +++ b/packages/website/ts/types.ts @@ -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', |