We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0926071 commit 292f457Copy full SHA for 292f457
packages/repl/src/lib/Input/ComponentSelector.svelte
@@ -192,8 +192,8 @@
192
193
<button
194
class="copy-button"
195
- title="Copy to clipboard"
196
- aria-label="Copy to clipboard"
+ title="Copy `npx sv create --from-playground="..."` to clipboard"
+ aria-label="Copy `npx sv create --from-playground="..."` to clipboard"
197
onclick={() => {
198
navigator.clipboard.writeText(
199
`npx sv create --from-playground="${window.location.href}"`
0 commit comments