Skip to content

Commit c8822e2

Browse files
authored
Merge pull request bitpay#6674 from cmgustavo/bug/icon-bitcoin-buyandsell
Fix bitcoin icon
2 parents 0b5b91b + 874af73 commit c8822e2

File tree

2 files changed

+11
-31
lines changed

2 files changed

+11
-31
lines changed

www/img/icon-bitcoin.svg

Lines changed: 10 additions & 30 deletions
Loading

www/views/topup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="info">
3232

3333
<div class="item item-icon-right" ng-click="showWalletSelector()">
34-
<div class="label" translate>From {{wallet.coin}}</div>
34+
<div class="label" translate>From</div>
3535
<div class="wallet">
3636
<i class="icon big-icon-svg">
3737
<img ng-src="img/{{wallet.network == 'testnet' ? 'icon-wallet-testnet' : (wallet.coin == 'btc' ? 'icon-btc' : 'icon-bch')}}.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg">

0 commit comments

Comments
 (0)