Merge pull request #137 from Bitcoin-com/wallet/task/346

Store banner on Home tab
This commit is contained in:
Jean-Baptiste Dominguez 2018-05-24 12:10:12 +09:00 committed by GitHub
commit 8f5f01eea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 0 deletions

BIN
www/img/banner-store.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB

View file

@ -85,6 +85,12 @@
</div>
</div>
<div class="list card card-banner">
<a ng-click="openStore()">
<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>