Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
chore(website): update copy on market making page
Browse files Browse the repository at this point in the history
  • Loading branch information
BMillman19 committed Jan 7, 2019
1 parent 42e0401 commit b8f3fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/ts/pages/market_maker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b8f3fa9

Please sign in to comment.