diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-18 21:30:33 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-19 05:03:47 +0800 |
commit | 7b117081d34111d9fdb35a613df48b3f0292094c (patch) | |
tree | dc15d2f052af0696bad5919197b6ed51aa4cc221 /packages/website/ts | |
parent | 342ecae34d80579560703b6912ac9219fcda0c72 (diff) | |
download | dexon-sol-tools-7b117081d34111d9fdb35a613df48b3f0292094c.tar dexon-sol-tools-7b117081d34111d9fdb35a613df48b3f0292094c.tar.gz dexon-sol-tools-7b117081d34111d9fdb35a613df48b3f0292094c.tar.bz2 dexon-sol-tools-7b117081d34111d9fdb35a613df48b3f0292094c.tar.lz dexon-sol-tools-7b117081d34111d9fdb35a613df48b3f0292094c.tar.xz dexon-sol-tools-7b117081d34111d9fdb35a613df48b3f0292094c.tar.zst dexon-sol-tools-7b117081d34111d9fdb35a613df48b3f0292094c.zip |
Added community and market maker routes
Diffstat (limited to 'packages/website/ts')
-rw-r--r-- | packages/website/ts/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts index 9b5879175..37bd73063 100644 --- a/packages/website/ts/types.ts +++ b/packages/website/ts/types.ts @@ -356,9 +356,11 @@ export enum WebsitePaths { AboutTeam = '/about/team', AboutPress = '/about/press', AboutJobs = '/about/jobs', + Community = '/community', LaunchKit = '/launch-kit', Instant = '/instant', Ecosystem = '/eap', + MarketMaker = '/market-maker', Why = '/why', Whitepaper = '/pdfs/0x_white_paper.pdf', SmartContracts = '/docs/contracts', |