Skip to content

Commit

Permalink
docs: Don't include the word "Copy" when clicking the Copy button (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
azukiazusa1 authored Jan 5, 2024
1 parent 5d3e8d3 commit 5a5d3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/copy-code-button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
className
)}
on:click={copyCode}
aria-label="Copy"
{...$$restProps}
data-copy-code
>
<span class="sr-only">Copy</span>
{#if copied}
<Check class="h-3 w-3" />
{:else}
Expand Down

0 comments on commit 5a5d3d4

Please sign in to comment.