logo default svg
This commit is contained in:
parent
39d1f52629
commit
1faaca8e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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">'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue