diff --git a/frontend/src/assets/brand/browsertrix-lockup-color.svg b/frontend/src/assets/brand/browsertrix-lockup-color.svg index 66caac58..4ab0eb83 100644 --- a/frontend/src/assets/brand/browsertrix-lockup-color.svg +++ b/frontend/src/assets/brand/browsertrix-lockup-color.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/frontend/src/index.ts b/frontend/src/index.ts index e37459a5..724e81f8 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -283,90 +283,113 @@ export class App extends LiteElement { const isSuperAdmin = this.appState.userInfo?.isSuperAdmin; let homeHref = "/"; if (!isSuperAdmin && this.appState.orgSlug) { - homeHref = `/orgs/${this.appState.orgSlug}`; + homeHref = this.orgBasePath; } + const showFullLogo = + this.viewState.route === "login" || !this.authService.authState; + return html`