Skip to content

Commit

Permalink
Remove redundant aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLabattD2L committed Nov 27, 2024
1 parent df0089a commit a0e8393
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class ObjectPropertyListItemLink extends FocusMixin(ObjectPropertyListItem) {
${this._renderIcon()}
${!this.skeleton ? html`
<d2l-link
aria-label="${this.text}"
?download="${this.download}"
href="${ifDefined(this.href)}"
target="${ifDefined(this.target)}">
Expand Down

0 comments on commit a0e8393

Please sign in to comment.