Skip to content

Commit 31fcfda

Browse files
committed
119602: Align accessibility link with other footer links
1 parent a8ac4f2 commit 31fcfda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/footer/footer.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ <h5 class="text-uppercase">Footer Content</h5>
6969
</button>
7070
</li>
7171
<li>
72-
<a class="text-white"
73-
routerLink="info/accessibility">{{ 'footer.link.accessibility' | translate }}</a>
72+
<a class="btn text-white"
73+
routerLink="info/accessibility" role="link" tabindex="0">{{ 'footer.link.accessibility' | translate }}</a>
7474
</li>
7575
<li *ngIf="showPrivacyPolicy">
7676
<a class="btn text-white"

0 commit comments

Comments
 (0)