feat(home): replace home title with bitpay logo

This commit is contained in:
Jason Dreyzehner 2016-10-21 01:29:14 -04:00
commit a2d9c33eec
2 changed files with 6 additions and 1 deletions

View file

@ -86,6 +86,11 @@
font-size: 38px;
}
.tab-home {
&__logo {
height: 18px;
position: relative;
top: 3px;
}
&__wallet {
&__multisig-number {
font-size: .8rem;

View file

@ -1,6 +1,6 @@
<ion-view id="tab-home">
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Home' | translate}}</ion-nav-title>
<ion-nav-title><img class="tab-home__logo" src="img/app/logo-negative.svg"></ion-nav-title>
</ion-nav-bar>
<ion-content class="padding">