We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b8b25 commit e3152c9Copy full SHA for e3152c9
1 file changed
src/app/footer/footer.component.html
@@ -67,8 +67,8 @@ <h5 class="text-uppercase">Footer Content</h5>
67
</li>
68
}
69
<li>
70
- <a class="text-white"
71
- routerLink="info/accessibility">{{ 'footer.link.accessibility' | translate }}</a>
+ <a class="btn text-white"
+ routerLink="info/accessibility" role="link" tabindex="0">{{ 'footer.link.accessibility' | translate }}</a>
72
73
@if (showPrivacyPolicy) {
74
0 commit comments