Skip to content

Commit 32ca4b0

Browse files
committed
Fixes AB#573: add missing attributes on remove button
1 parent ea767dd commit 32ca4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/layout/pinned-entity-dropdown/pinned-dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<i *ngIf="favorite.url === currentUrl" class="extra fa fa-check"></i>
1919
</span>
2020
</bl-clickable>
21-
<bl-clickable class="dropdown-item delete" (do)="removeFavorite(favorite)">
21+
<bl-clickable class="dropdown-item delete" (do)="removeFavorite(favorite)" title="Remove from favorites" name="remove">
2222
<i class="fa fa-times" aria-hidden="true"></i>
2323
</bl-clickable>
2424
</div>

0 commit comments

Comments
 (0)