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 /packages/website/ts/index.tsx | |
parent | 8925317c95927111b48d29d15e44de19db432052 (diff) | |
download | dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.tar.gz dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.tar.zst dexon-sol-tools-8b24b7c57c30e0294a6b66a71533613c18dd4794.zip |
Remove community and market-maker URLs
Diffstat (limited to 'packages/website/ts/index.tsx')
-rw-r--r-- | packages/website/ts/index.tsx | 2 |
1 files changed, 0 insertions, 2 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} /> |