346 - Bitcoin.com Store banner on Home tab
This commit is contained in:
parent
953a465606
commit
082686def6
4 changed files with 21 additions and 0 deletions
|
|
@ -85,6 +85,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list card card-banner">
|
||||
<a ng-click="openURL('https://store.bitcoin.com/')">
|
||||
<img class="card-banner__img" src="img/banner-store.png"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="ng-hide list card" ng-show="walletsBtc[0] && bitpayCardItems.length>0" ng-include="'views/includes/bitpayCardsCard.html'"></div>
|
||||
<div class="ng-hide list card" ng-show="walletsBtc[0] && buyAndSellItems.length>0" ng-include="'views/includes/buyAndSellCard.html'"></div>
|
||||
<div class="ng-hide list card" ng-show="homeIntegrations.length>0" ng-include="'views/includes/homeIntegrations.html'"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue