change png for svg
This commit is contained in:
parent
0e8c60c07c
commit
39d1f52629
1 changed files with 2 additions and 2 deletions
|
|
@ -311,7 +311,7 @@ angular.module('copayApp.directives')
|
|||
negative: "="
|
||||
},
|
||||
controller: function($scope) {
|
||||
$scope.logo_url = $scope.negative ? 'img/logo-negative.png' : 'img/logo.png';
|
||||
$scope.logo_url = $scope.negative ? 'img/logo-negative.svg' : 'img/logo.png';
|
||||
},
|
||||
replace: true,
|
||||
template: '<img ng-src="{{ logo_url }}" alt="Copay">'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue