Wallet/www/views/includes/walletIcon.html
Gustavo Maximiliano Cortez aad87b149d
Add icons
2017-10-05 15:40:43 -03:00

2 lines
388 B
HTML

<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"/>
<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"/>