Skip to content

Commit

Permalink
docs(docs-infra): add button title for copy link in example viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
akib1997 committed Nov 16, 2023
1 parent ec2d6e7 commit 5e2c801
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<button
type="button"
class="docs-example-copy-link"
[attr.title]="'Copy Example Link'"
[attr.aria-label]="'Copy link to ' + exampleMetadata()?.title + ' example to the clipboard'"
(click)="copyLink()"
>
Expand Down

0 comments on commit 5e2c801

Please sign in to comment.