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

@ -84,7 +84,7 @@
$scope.getEnterpriseLogo = function() {
if (!Config.ENTERPRISE_LOGO_URL) {
return '/static/img/quay-logo.png';
return '/static/img/QuayEnterprise_horizontal_color.svg';
}
return Config.ENTERPRISE_LOGO_URL;