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 1052984 commit 71a1c06Copy full SHA for 71a1c06
src/components/Profile/Profile.jsx
@@ -104,9 +104,8 @@ function Card({ data }) {
104
setShowTooltip(false);
105
};
106
const handleCopy = () => {
107
- navigator.clipboard.writeText(shareUrl);
108
- setShowTooltip(false);
109
- alert(`URL copied to clipboard: ${shareUrl}`);
+ navigator.clipboard.writeText(shareUrl);
+ setShowTooltip(false);
110
111
return (
112
<div className="mb-6 h-auto rounded-lg bg-white p-4 shadow dark:bg-textPrimary">
0 commit comments