Small optimization for img tag

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-20 15:32:09 -03:00
commit 013d102513
10 changed files with 13 additions and 11 deletions

View file

@ -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>