We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_logoUrl
1 parent 0617182 commit ce6d4c3Copy full SHA for ce6d4c3
src/Umbraco.Web.UI.Client/src/apps/app/app-logo.element.ts
@@ -28,14 +28,7 @@ export class UmbAppLogoElement extends UmbLitElement {
28
return nothing;
29
}
30
31
- return html`
32
- <img
33
- aria-hidden="true"
34
- loading="eager"
35
- src="/umbraco/management/api/v1/security/back-office/graphics/logo"
36
- alt="logo"
37
- style="height: 100%" />
38
- `;
+ return html`<img .src=${this._logoUrl} aria-hidden="true" loading="eager" alt="logo" style="height: 100%" />`;
39
40
41
0 commit comments