fix arrow direction
This commit is contained in:
parent
1af5d6dd5f
commit
52f8888a94
1 changed files with 2 additions and 2 deletions
|
|
@ -126,8 +126,8 @@
|
||||||
ng-show="nextStepEnabled && wallets[0]">
|
ng-show="nextStepEnabled && wallets[0]">
|
||||||
<div class="item item-icon-right item-heading" ng-click="shouldHideNextSteps()" translate>
|
<div class="item item-icon-right item-heading" ng-click="shouldHideNextSteps()" translate>
|
||||||
Next steps
|
Next steps
|
||||||
<i class="icon bp-arrow-down" ng-show="!hideNextSteps"></i>
|
<i class="icon bp-arrow-up" ng-show="!hideNextSteps"></i>
|
||||||
<i class="icon bp-arrow-up" ng-show="hideNextSteps"></i>
|
<i class="icon bp-arrow-down" ng-show="hideNextSteps"></i>
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="!hideNextSteps">
|
<div ng-show="!hideNextSteps">
|
||||||
<a ui-sref="tabs.bitpayCard" ng-show="!externalServices.BitpayCard && bitpayCardEnabled" class="item item-icon-left item-big-icon-left item-icon-right next-step">
|
<a ui-sref="tabs.bitpayCard" ng-show="!externalServices.BitpayCard && bitpayCardEnabled" class="item item-icon-left item-big-icon-left item-icon-right next-step">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue