changes to hero

This commit is contained in:
David Sun
2019-05-16 10:02:40 -07:00
committed by David Sun
parent bd2839110b
commit 02e7da979a

View File

@@ -36,11 +36,10 @@ export class NextLaunchKit extends React.Component {
<SiteWrap theme="dark"> <SiteWrap theme="dark">
<DocumentTitle {...documentConstants.LAUNCH_KIT} /> <DocumentTitle {...documentConstants.LAUNCH_KIT} />
<Hero <Hero
isLargeTitle={false} isLargeTitle={true}
isFullWidth={false} isFullWidth={false}
title="0x Launch Kit" title="0x Launch Kit"
description="Launch a relayer in under a minute" description="Launch a relayer in under a minute"
figure={<Icon name="launchKit" size="hero" margin={['small', 0, 'small', 0]} />}
actions={<HeroActions />} actions={<HeroActions />}
/> />