mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
Fix accessibility issue: link has no discernible text
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<ng-container *ngIf="(isEnabled$ | async) && (hasRoute('home') || hasRoute('collections') || hasRoute('communities'))">
|
||||
<div *ngIf="route$ | async as route" class="d-inline-block float-right margin-right">
|
||||
<a [href]="route" class="btn btn-secondary"><i class="fas fa-rss-square"></i></a>
|
||||
<a [href]="route" class="btn btn-secondary" [title]="'feed.description' | translate" [attr.aria-label]="'feed.description' | translate"><i class="fas fa-rss-square"></i></a>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user