Skip to content

Commit e3152c9

Browse files
committed
119602: Align accessibility link with other footer links
1 parent e9b8b25 commit e3152c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/footer/footer.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ <h5 class="text-uppercase">Footer Content</h5>
6767
</li>
6868
}
6969
<li>
70-
<a class="text-white"
71-
routerLink="info/accessibility">{{ 'footer.link.accessibility' | translate }}</a>
70+
<a class="btn text-white"
71+
routerLink="info/accessibility" role="link" tabindex="0">{{ 'footer.link.accessibility' | translate }}</a>
7272
</li>
7373
@if (showPrivacyPolicy) {
7474
<li>

0 commit comments

Comments
 (0)