A11Y: add aria-label to share copy button (#23706)

This commit is contained in:
Kris 2023-09-29 09:33:45 -04:00 committed by GitHub
parent 3df8ee9775
commit a11869f8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
@icon={{this.copyIcon}}
@action={{this.copy}}
class={{this.copyClass}}
@ariaLabel={{this.ariaLabel}}
/>

View File

@ -27,7 +27,7 @@
@value={{this.url}}
readonly={{true}}
/>
<CopyButton @selector="input.invite-link" />
<CopyButton @selector="input.invite-link" @ariaLabel="share.url" />
</div>
</div>