Fix hero landing

This commit is contained in:
Fred Carlsen
2018-12-14 15:21:55 +01:00
parent a2cb815454
commit f3f78f63ec

View File

@@ -10,6 +10,7 @@ export const SectionLandingHero = () => (
<Hero
title="Powering Decentralized Exchange"
isLargeTitle={true}
isFullWidth={true}
description="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain."
figure={<LandingAnimation image={<HeroAnimation />} />}
actions={<HeroActions />}