We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43182ee commit 22ce372Copy full SHA for 22ce372
web/pages/index.tsx
@@ -28,7 +28,7 @@ export default function Landing() {
28
try {
29
navigator.clipboard.writeText('nexus run examples/collections/demo.yaml')
30
// friendly small feedback
31
- alert('Copied! You can paste and run that in your terminal.')
+ alert('Copied to clipboard!')
32
} catch {
33
alert('Could not copy. You can select and copy manually.')
34
}
0 commit comments