Wallet/www/views/includes/walletIcon.html

2 lines
388 B
HTML
Raw Normal View History

2017-09-20 11:53:30 -03:00
<img ng-if="wallet.network == 'testnet'" src="img/icon-wallet-testnet.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg"/>
2017-10-05 15:40:43 -03:00
<img ng-if="wallet.network != 'testnet'" src="img/icon-wallet.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg"/>