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">
<DocumentTitle {...documentConstants.LAUNCH_KIT} />
<Hero
isLargeTitle={false}
isLargeTitle={true}
isFullWidth={false}
title="0x Launch Kit"
description="Launch a relayer in under a minute"
figure={<Icon name="launchKit" size="hero" margin={['small', 0, 'small', 0]} />}
actions={<HeroActions />}
/>