aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/sections/landing/hero.tsx
diff options
context:
space:
mode:
authorEzekiel Aquino <ezekiel@bakkenbaeck.no>2018-12-13 01:59:32 +0800
committerEzekiel Aquino <ezekiel@bakkenbaeck.no>2018-12-13 01:59:47 +0800
commitbd5a0616c4b9a857aa2e46a738ec87d199437503 (patch)
treeee79b6256cc28d79aed408cca45b922f694b1a8a /packages/website/ts/@next/components/sections/landing/hero.tsx
parent7b4e536e86a06ad28a8c9c297b54b252e8f130e7 (diff)
downloaddexon-sol-tools-bd5a0616c4b9a857aa2e46a738ec87d199437503.tar
dexon-sol-tools-bd5a0616c4b9a857aa2e46a738ec87d199437503.tar.gz
dexon-sol-tools-bd5a0616c4b9a857aa2e46a738ec87d199437503.tar.bz2
dexon-sol-tools-bd5a0616c4b9a857aa2e46a738ec87d199437503.tar.lz
dexon-sol-tools-bd5a0616c4b9a857aa2e46a738ec87d199437503.tar.xz
dexon-sol-tools-bd5a0616c4b9a857aa2e46a738ec87d199437503.tar.zst
dexon-sol-tools-bd5a0616c4b9a857aa2e46a738ec87d199437503.zip
Whitespace on instant image thing, other changes
Diffstat (limited to 'packages/website/ts/@next/components/sections/landing/hero.tsx')
-rw-r--r--packages/website/ts/@next/components/sections/landing/hero.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/hero.tsx b/packages/website/ts/@next/components/sections/landing/hero.tsx
index 930b80e89..7970d50a9 100644
--- a/packages/website/ts/@next/components/sections/landing/hero.tsx
+++ b/packages/website/ts/@next/components/sections/landing/hero.tsx
@@ -4,13 +4,13 @@ import {Button} from 'ts/@next/components/button';
import {Hero} from 'ts/@next/components/hero';
import {LandingAnimation} from 'ts/@next/components/heroImage';
-import LogoOutlined from 'ts/@next/icons/illustrations/logo-outlined.svg';
+import {HeroAnimation} from 'ts/@next/components/heroAnimation';
export const SectionLandingHero = () => (
<Hero
title="Powering Decentralized Exchange"
description="0x is the best solution for adding exchange functionality to your business."
- figure={<LandingAnimation image={<LogoOutlined />} />}
+ figure={<LandingAnimation image={<HeroAnimation />} />}
actions={<HeroActions />}
/>
);