fix wp icons
This commit is contained in:
parent
d288252a28
commit
b3d04b5755
14 changed files with 25 additions and 48 deletions
3
www/views/includes/walletIcon.html
Normal file
3
www/views/includes/walletIcon.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<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' && wallet.coin == 'btc'" src="img/icon-btc.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg"/>
|
||||
<img ng-if="wallet.network != 'testnet' && wallet.coin != 'btc'" src="img/icon-bch.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg"/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue