Small optimization for img tag
This commit is contained in:
parent
3846c4d120
commit
013d102513
10 changed files with 13 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="wide-page" ng-controller="WarningController"
|
||||
ng-init="checkLock()">
|
||||
<div class="text-center">
|
||||
<img src="img/logo-negative-beta.svg" alt="Copay">
|
||||
<img src="img/logo-negative-beta.svg" alt="Copay" width="146" height="59">
|
||||
<div class="text-white" ng-include="'views/includes/version.html'"></div>
|
||||
</div>
|
||||
<h1 class="text-center text-warning">Warning!</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue