Change to new logo

This commit is contained in:
Joseph Schorr 2015-10-22 14:56:36 -04:00
parent 4ae940aede
commit f867ac5bfe
4 changed files with 120 additions and 2 deletions

View file

@ -51,6 +51,7 @@ angular.module('quay').directive('headerBar', function () {
}
};
$scope.Config = Config;
$scope.notificationService = NotificationService;
$scope.searchingAllowed = false;
$scope.searchVisible = false;
@ -159,7 +160,7 @@ angular.module('quay').directive('headerBar', function () {
$scope.getEnterpriseLogo = function() {
if (!Config.ENTERPRISE_LOGO_URL) {
return '/static/img/quay-logo.png';
return '/static/img/QuayByCoreOS_horizontal_color.svg';
}
return Config.ENTERPRISE_LOGO_URL;