diff --git a/src/components/header/header.ts b/src/components/header/header.ts index 3239de3..111be07 100644 --- a/src/components/header/header.ts +++ b/src/components/header/header.ts @@ -18,23 +18,25 @@ export class HeaderComponent extends LitElement { } render(): TemplateResult { - return html`${!this._isPageNotFoundInView - ? html`
- -
` - : nothing}`; + return html`${ + !this._isPageNotFoundInView + ? html`
+ +
` + : nothing + }`; } /**