aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/market_maker.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/pages/market_maker.tsx')
-rw-r--r--packages/website/ts/pages/market_maker.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/pages/market_maker.tsx b/packages/website/ts/pages/market_maker.tsx
index 01ecc0780..854870358 100644
--- a/packages/website/ts/pages/market_maker.tsx
+++ b/packages/website/ts/pages/market_maker.tsx
@@ -125,7 +125,7 @@ export class NextMarketMaker extends React.Component<NextMarketMakerProps> {
heading="Start trading today."
subline="Check out our Market Making tutorials to get started"
mainCta={{ text: 'Tutorials', href: `${WebsitePaths.Wiki}#Market-Making-on-0x` }}
- secondaryCta={{ text: 'Get in Touch', onClick: this._onOpenContactModal }}
+ secondaryCta={{ text: 'Apply Now', onClick: this._onOpenContactModal }}
/>
<ModalContact
isOpen={this.state.isContactModalOpen}