Rebrand landing page
This commit is contained in:
parent
dcb4935706
commit
fa97e0c839
32 changed files with 387 additions and 362 deletions
|
@ -160,7 +160,11 @@ angular.module('quay').directive('headerBar', function () {
|
|||
|
||||
$scope.getEnterpriseLogo = function() {
|
||||
if (!Config.ENTERPRISE_LOGO_URL) {
|
||||
return '/static/img/QuayByCoreOS_horizontal_color.svg';
|
||||
if (Features.BILLING) {
|
||||
return '/static/img/QuayByCoreOS_horizontal_color.svg';
|
||||
} else {
|
||||
return '/static/img/QuayEnterprise_horizontal_color.svg'
|
||||
}
|
||||
}
|
||||
|
||||
return Config.ENTERPRISE_LOGO_URL;
|
||||
|
|
Reference in a new issue