Skip to content

Commit 292f457

Browse files
jycouetRich-Harris
andauthored
title & aria-label
Co-authored-by: Rich Harris <[email protected]>
1 parent 0926071 commit 292f457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/repl/src/lib/Input/ComponentSelector.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192

193193
<button
194194
class="copy-button"
195-
title="Copy to clipboard"
196-
aria-label="Copy to clipboard"
195+
title="Copy `npx sv create --from-playground=&quot;...&quot;` to clipboard"
196+
aria-label="Copy `npx sv create --from-playground=&quot;...&quot;` to clipboard"
197197
onclick={() => {
198198
navigator.clipboard.writeText(
199199
`npx sv create --from-playground="${window.location.href}"`

0 commit comments

Comments
 (0)