Change call to action link to /portal

This commit is contained in:
Brandon Millman
2018-07-05 15:12:22 -07:00
parent 3a85b3212b
commit 9f870b3d4e

View File

@@ -268,15 +268,11 @@ export class Landing extends React.Component<LandingProps, LandingState> {
</Link>
</div>
<div className="lg-col lg-col-6 sm-center sm-col sm-col-12">
<a
href={constants.URL_ZEROEX_CHAT}
target="_blank"
className="text-decoration-none"
>
<Link to={WebsitePaths.Portal} className="text-decoration-none">
<CallToAction width="175px">
{this.props.translate.get(Key.TradeCallToAction, Deco.Cap)}
</CallToAction>
</a>
</Link>
</div>
</Container>
</div>