fix rebase

This commit is contained in:
Gabriel Bazán 2018-01-11 18:04:39 -03:00
parent 3ebaf674bb
commit f84c116472
1 changed files with 10 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<p>Trade any leading blockchain asset for any other. Protection by Design. No Account Needed.</p>
</div>
<div class="integration-onboarding-cta">
<button ion-button (click)="goTo('Shift')">Start</button>
<button ion-button no-low-fee (click)="goTo('Shift')">Start</button>
<button ion-button clear color="light" (click)="openExternalLink('https://shapeshift.io')">Visit Shapeshift.io &rarr;</button>
</div>
</div>
@ -31,7 +31,15 @@
</div>
<ion-list class="shift">
<button ion-item (click)="goTo('Shift')">
<ion-item-divider class="help" color="light">
<div>
<span>Having problems with a ShapeShift?</span>
<a (click)="openExternalLink('https://shapeshift.zendesk.com/hc/en-us/requests/new')">
Contact the ShapeShift support team.
</a>
</div>
</ion-item-divider>
<button class="shift-btn" ion-item no-low-fee (click)="goTo('Shift')">
<img src="assets/img/shapeshift/icon-shapeshift.svg">
<span>Shift</span>
</button>