Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 14, 2024
1 parent 9fef26f commit 8b1e8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/connectOverlay/ConnectOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const ConnectOverlay: React.FC<Props> = ({
const copyAccountToClipboard = () => {
if (!account) return;
navigator.clipboard.writeText(account);
WebApp.showAlert('Address copied to clipboard');
WebApp.showPopup({ message: 'Address copied to clipboard!' });
};

// View on Explorer
Expand Down

0 comments on commit 8b1e8ef

Please sign in to comment.