Rebrand landing page

This commit is contained in:
Joseph Schorr 2015-10-30 13:57:53 -04:00
parent dcb4935706
commit fa97e0c839
32 changed files with 387 additions and 362 deletions

View file

@ -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;