diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-14 21:00:12 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-14 21:01:33 +0800 |
commit | 8a06dccbbf7e95b4223446cbd018f55b90214a62 (patch) | |
tree | f40ae895e069db27dcb014d587b439f98c4b91eb /packages/website/ts/@next/components/sections | |
parent | 4590d07e7f75b532683da83fe59917cdaba51579 (diff) | |
download | dexon-0x-contracts-8a06dccbbf7e95b4223446cbd018f55b90214a62.tar dexon-0x-contracts-8a06dccbbf7e95b4223446cbd018f55b90214a62.tar.gz dexon-0x-contracts-8a06dccbbf7e95b4223446cbd018f55b90214a62.tar.bz2 dexon-0x-contracts-8a06dccbbf7e95b4223446cbd018f55b90214a62.tar.lz dexon-0x-contracts-8a06dccbbf7e95b4223446cbd018f55b90214a62.tar.xz dexon-0x-contracts-8a06dccbbf7e95b4223446cbd018f55b90214a62.tar.zst dexon-0x-contracts-8a06dccbbf7e95b4223446cbd018f55b90214a62.zip |
Tweak launch kit
Diffstat (limited to 'packages/website/ts/@next/components/sections')
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/hero.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/hero.tsx b/packages/website/ts/@next/components/sections/landing/hero.tsx index 8c9d4376f..504ee6025 100644 --- a/packages/website/ts/@next/components/sections/landing/hero.tsx +++ b/packages/website/ts/@next/components/sections/landing/hero.tsx @@ -9,6 +9,7 @@ import {HeroAnimation} from 'ts/@next/components/heroAnimation'; export const SectionLandingHero = () => ( <Hero title="Powering Decentralized Exchange" + isLargeTitle={true} description="0x is the best solution for adding exchange functionality to your business." figure={<LandingAnimation image={<HeroAnimation />} />} actions={<HeroActions />} |