aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/index.tsx
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-18 08:36:24 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-18 08:36:24 +0800
commit8b24b7c57c30e0294a6b66a71533613c18dd4794 (patch)
treed1f83b439dcabd5604cc512bb7508ff69f7ea807 /packages/website/ts/index.tsx
parent8925317c95927111b48d29d15e44de19db432052 (diff)
downloaddexon-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
Diffstat (limited to 'packages/website/ts/index.tsx')
-rw-r--r--packages/website/ts/index.tsx2
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} />