diff options
author | Steve Klebanoff <steve@0xproject.com> | 2018-12-18 09:00:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 09:00:56 +0800 |
commit | 293e099cb3e0e3274622934c5d9ca19ee930e098 (patch) | |
tree | 5c5eae93edca921f3393ce6251d2ecd7a473c280 /packages/website/ts/index.tsx | |
parent | 4fbc544b16880df03b493f0cbd2b812363d285ab (diff) | |
parent | 0aa7cbac924bffdb0d528e4e2308d7650b3e4d60 (diff) | |
download | dexon-sol-tools-293e099cb3e0e3274622934c5d9ca19ee930e098.tar dexon-sol-tools-293e099cb3e0e3274622934c5d9ca19ee930e098.tar.gz dexon-sol-tools-293e099cb3e0e3274622934c5d9ca19ee930e098.tar.bz2 dexon-sol-tools-293e099cb3e0e3274622934c5d9ca19ee930e098.tar.lz dexon-sol-tools-293e099cb3e0e3274622934c5d9ca19ee930e098.tar.xz dexon-sol-tools-293e099cb3e0e3274622934c5d9ca19ee930e098.tar.zst dexon-sol-tools-293e099cb3e0e3274622934c5d9ca19ee930e098.zip |
Merge pull request #1451 from 0xProject/feature/website/0x-org-hide-links
[website] 0x.org Remove unused paths
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 f7a66c836..abd8bc2ef 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} /> |