We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ac4f2 commit 31fcfdaCopy full SHA for 31fcfda
1 file changed
src/app/footer/footer.component.html
@@ -69,8 +69,8 @@ <h5 class="text-uppercase">Footer Content</h5>
69
</button>
70
</li>
71
<li>
72
- <a class="text-white"
73
- 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>
74
75
<li *ngIf="showPrivacyPolicy">
76
<a class="btn text-white"
0 commit comments