logo default svg

This commit is contained in:
bechi 2015-10-20 15:11:57 -03:00
parent 39d1f52629
commit 1faaca8e5a
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ angular.module('copayApp.directives')
negative: "="
},
controller: function($scope) {
$scope.logo_url = $scope.negative ? 'img/logo-negative.svg' : 'img/logo.png';
$scope.logo_url = $scope.negative ? 'img/logo-negative.svg' : 'img/logo.svg';
},
replace: true,
template: '<img ng-src="{{ logo_url }}" alt="Copay">'