aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/pages
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/pages')
-rw-r--r--packages/website/ts/@next/pages/landing.tsx16
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>