Skip to content

Commit

Permalink
fix: Improve clipboard error message with specific contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
aidamiscom committed Jan 4, 2025
1 parent d330099 commit 422b1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function WhatIsMainstreamToken() {
alert('Failed to copy to clipboard. Please copy manually.');
});
} else {
alert('Clipboard access not available. Please copy manually.');
alert('Clipboard access not available. Please copy this address manually: HT9C48yRmS2kiUYJfLcDX7JidtcKBupe3DE2GDyQr3i3');
}
}}
>
Expand Down

0 comments on commit 422b1c3

Please sign in to comment.