aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/pages/launch_kit.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/pages/launch_kit.tsx')
-rw-r--r--packages/website/ts/@next/pages/launch_kit.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/website/ts/@next/pages/launch_kit.tsx b/packages/website/ts/@next/pages/launch_kit.tsx
index 3161d9cf0..bef5d2164 100644
--- a/packages/website/ts/@next/pages/launch_kit.tsx
+++ b/packages/website/ts/@next/pages/launch_kit.tsx
@@ -59,7 +59,7 @@ export class NextLaunchKit extends React.Component {
title="Networked Liquidity Pool"
titleSize="small"
description="Tap into and share liquidity with other relayers"
- icon="supportForAllEthereumStandards"
+ icon="networkedLiquidity"
iconSize="medium"
isInline={true}
/>
@@ -100,7 +100,7 @@ export class NextLaunchKit extends React.Component {
heading="Need more flexibility?"
subline="Dive into our docs, or contact us if needed"
mainCta={{ text: 'Get Started', href: '/docs' }}
- secondaryCta={{ text: 'Get in Touch', href: this._onOpenContactModal.bind(this) }}
+ secondaryCta={{ text: 'Get in Touch', onClick: this._onOpenContactModal.bind(this) }}
/>
<ModalContact isOpen={this.state.isContactModalOpen} onDismiss={this._onDismissContactModal} />
</SiteWrap>
@@ -118,7 +118,7 @@ export class NextLaunchKit extends React.Component {
const HeroActions = () => (
<>
- <Button href="https://0x.org/docs" isInline={true}>
+ <Button href="https://github.com/0xProject/0x-launch-kit" isInline={true}>
Get Started
</Button>