chore(website): update copy on market making page

This commit is contained in:
Brandon Millman
2019-01-07 13:21:42 -08:00
parent 42e04012df
commit b8f3fa9c8c

View File

@@ -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}