diff --git a/src/Umbraco.Web.UI.Client/src/apps/app/app-logo.element.ts b/src/Umbraco.Web.UI.Client/src/apps/app/app-logo.element.ts index 9ed7462e9d..446e123028 100644 --- a/src/Umbraco.Web.UI.Client/src/apps/app/app-logo.element.ts +++ b/src/Umbraco.Web.UI.Client/src/apps/app/app-logo.element.ts @@ -28,14 +28,7 @@ export class UmbAppLogoElement extends UmbLitElement { return nothing; } - return html` - - `; + return html``; } }