Updated logos and branding

This commit is contained in:
Ken Hoes
2016-04-20 14:57:50 -04:00
parent 2479eace44
commit 792150f033
11 changed files with 32 additions and 32 deletions

View File

@@ -92,7 +92,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope', '$l
scope.customLogo = "custom_console_logo.png";
scope.customLogoPresent = true;
} else {
scope.customLogo = "login_modal_logo.png";
scope.customLogo = "tower-logo-login.svg";
scope.customLogoPresent = false;
}