Skip to content

Commit

Permalink
Merge pull request #446 from TAMULib/remove-spurious-aria-label
Browse files Browse the repository at this point in the history
Remove spurious aria-label
  • Loading branch information
wwtamu authored Feb 7, 2025
2 parents 9f294cc + 6b6e90c commit 21de5e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
</td>
<td scope="row" [ngSwitch]="facet.type" *ngIf="!multiselect">
<span *ngSwitchCase="'STRING'">
[attr.aria-label]="'SHARED.DIALOG.FACET_ENTRIES.ACCESSIBILITY.FILTER_BY' | translate"
<a [routerLink]="routerLink" [queryParams]="getQueryParams(queryParams | async, facet, entry)" queryParamsHandling="merge" [attr.aria-label]="('SHARED.DIALOG.FACET_ENTRIES.ACCESSIBILITY.FILTER_BY' | translate: { item: getStringValue(entry) })">
<span [innerHTML]="getStringValue(entry) | formalize | safeHtml"></span>
</a>
Expand Down

0 comments on commit 21de5e2

Please sign in to comment.