diff options
author | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-10 19:12:43 +0800 |
---|---|---|
committer | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-10 19:12:43 +0800 |
commit | a1889e2a23f39c6029387708c0347e6a70fc97e9 (patch) | |
tree | e81a67c9414acb6e5aa7717ad1db361f1985faf7 /packages/website/ts/@next/pages | |
parent | 37a1483359d17525db5f4446723c1d9e16385913 (diff) | |
download | dexon-sol-tools-a1889e2a23f39c6029387708c0347e6a70fc97e9.tar.gz dexon-sol-tools-a1889e2a23f39c6029387708c0347e6a70fc97e9.tar.zst dexon-sol-tools-a1889e2a23f39c6029387708c0347e6a70fc97e9.zip |
Replaces icons in landing, text styling
Diffstat (limited to 'packages/website/ts/@next/pages')
-rw-r--r-- | packages/website/ts/@next/pages/landing.tsx | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/packages/website/ts/@next/pages/landing.tsx b/packages/website/ts/@next/pages/landing.tsx index 42834e528..2ee7ede2e 100644 --- a/packages/website/ts/@next/pages/landing.tsx +++ b/packages/website/ts/@next/pages/landing.tsx @@ -200,9 +200,13 @@ export const NextLanding: React.StatelessComponent<{}> = () => ( isPadLarge={true} > <WrapCentered> - <ReadyToBuildIcon width="150" /> + <Icon + name="ready-to-build" + size="large" + margin={[0, 0, 'default', 0]} + /> - <Paragraph> + <Paragraph size="medium" color="#00AE99"> Ready to build on 0x? </Paragraph> @@ -222,9 +226,13 @@ export const NextLanding: React.StatelessComponent<{}> = () => ( isPadLarge={true} > <WrapCentered> - <SupportIcon width="150" /> + <Icon + name="ready-to-build" + size="large" + margin={[0, 0, 'default', 0]} + /> - <Paragraph> + <Paragraph size="medium" color="#00AE99"> Want help from the 0x team? </Paragraph> |