Skip to content

Commit 22ce372

Browse files
committed
fix(web): update clipboard copy feedback message for clarity
1 parent 43182ee commit 22ce372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Landing() {
2828
try {
2929
navigator.clipboard.writeText('nexus run examples/collections/demo.yaml')
3030
// friendly small feedback
31-
alert('Copied! You can paste and run that in your terminal.')
31+
alert('Copied to clipboard!')
3232
} catch {
3333
alert('Could not copy. You can select and copy manually.')
3434
}

0 commit comments

Comments
 (0)