fix terms page back button to arrow and not text
This commit is contained in:
parent
7357273314
commit
5ad94a8579
2 changed files with 10 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<ion-nav-title>{{'Terms of Use' | translate}}</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ng-click="termsModal.hide()">
|
||||
{{'Close' | translate}}
|
||||
<i class="ion-ios-arrow-thin-left"></i>
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue