feat(home): replace home title with bitpay logo
This commit is contained in:
parent
602cd08c82
commit
a2d9c33eec
2 changed files with 6 additions and 1 deletions
|
|
@ -86,6 +86,11 @@
|
|||
font-size: 38px;
|
||||
}
|
||||
.tab-home {
|
||||
&__logo {
|
||||
height: 18px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
&__wallet {
|
||||
&__multisig-number {
|
||||
font-size: .8rem;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue