diff --git a/libs/components/src/a11y/a11y-title.directive.ts b/libs/components/src/a11y/a11y-title.directive.ts index f5f016b93c0..58f7834f35b 100644 --- a/libs/components/src/a11y/a11y-title.directive.ts +++ b/libs/components/src/a11y/a11y-title.directive.ts @@ -6,6 +6,8 @@ import { Directive, ElementRef, Input, OnInit, Renderer2 } from "@angular/core"; selector: "[appA11yTitle]", }) export class A11yTitleDirective implements OnInit { + // TODO: Skipped for migration because: + // Accessor inputs cannot be migrated as they are too complex. @Input() set appA11yTitle(title: string) { this.title = title; this.setAttributes(); diff --git a/libs/components/src/anon-layout/anon-layout.component.html b/libs/components/src/anon-layout/anon-layout.component.html index 1e16dba82cc..2999a615cdd 100644 --- a/libs/components/src/anon-layout/anon-layout.component.html +++ b/libs/components/src/anon-layout/anon-layout.component.html @@ -6,7 +6,7 @@ }" > @@ -17,7 +17,7 @@ class="tw-text-center tw-mb-4 sm:tw-mb-6" [ngClass]="{ 'tw-max-w-md tw-mx-auto': titleAreaMaxWidth === 'md' }" > -
+
@@ -47,11 +47,11 @@
-