diff --git a/libs/components/src/anon-layout/anon-layout.component.html b/libs/components/src/anon-layout/anon-layout.component.html index bad635a05c3..e477955060e 100644 --- a/libs/components/src/anon-layout/anon-layout.component.html +++ b/libs/components/src/anon-layout/anon-layout.component.html @@ -5,14 +5,12 @@ 'tw-min-h-full': clientType === 'browser' || clientType === 'desktop', }" > -
- - - +
+ @if (!hideLogo()) { + + + + }
@@ -30,18 +28,22 @@
- - -

- {{ title() }} -

- -

- {{ title() }} -

-
+ @if (title()) { + + +

+ {{ title() }} +

+ +

+ {{ title() }} +

+
+ } -
{{ subtitle() }}
+ @if (subtitle()) { +
{{ subtitle() }}
+ }
- + @if (!hideFooter()) { + + } @if (!hideBackgroundIllustration()) {