changes to hero
This commit is contained in:
@@ -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 />}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user