diff options
Diffstat (limited to 'packages/website/ts/@next/pages')
-rw-r--r-- | packages/website/ts/@next/pages/landing.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/website/ts/@next/pages/landing.tsx b/packages/website/ts/@next/pages/landing.tsx index abb01e11a..19eed5acf 100644 --- a/packages/website/ts/@next/pages/landing.tsx +++ b/packages/website/ts/@next/pages/landing.tsx @@ -19,10 +19,10 @@ export const NextLanding = () => ( <Column colWidth="2/3"> <Heading>Powering Decentralized Exchange</Heading> <Intro>0x is the best solution for adding exchange functionality to your business.</Intro> - <Icon> - <Button text="Get Started" /> - <Button text="Learn More" transparent /> - </Icon> + <div> + <Button text="Get Started" inline={true} /> + <Button text="Learn More" transparent={true} inline={true} /> + </div> </Column> <Column colWidth="1/3"> |