diff --git a/libs/components/src/anon-layout/anon-layout.component.html b/libs/components/src/anon-layout/anon-layout.component.html index 90954c52aad..e0adf20285e 100644 --- a/libs/components/src/anon-layout/anon-layout.component.html +++ b/libs/components/src/anon-layout/anon-layout.component.html @@ -29,16 +29,14 @@ @if (title()) { - - -

- {{ title() }} -

- -

- {{ title() }} -

-
+ +

+ {{ title() }} +

+ +

+ {{ title() }} +

} @if (subtitle()) { @@ -73,10 +71,8 @@ } @if (!hideYearAndVersion) { - -
© {{ year }} Bitwarden Inc.
-
{{ version }}
-
+
© {{ year }} Bitwarden Inc.
+
{{ version }}
} }