Merge pull request #2995 from cmgustavo/bug/android-41-logo-disclaimer
Fixes copay logo on disclaimer for Android < 4.2
This commit is contained in:
commit
efb69dae68
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<div class="content p20b" ng-class="{'disclaimer':!index.hasProfile}">
|
||||
<h4 class="title m0" ng-show="!index.hasProfile">
|
||||
<span translate>Terms of Use</span>
|
||||
<img class="right" src="img/logo.svg" alt="Copay" width="40">
|
||||
<img class="right" src="img/logo.png" alt="Copay" width="40" height="18">
|
||||
</h4>
|
||||
<div class="p20h m10t">
|
||||
<p class="enable_text_select text-light size-14 text-gray" translate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue