diff --git a/frontend/src/components/Dialogs/Profile.tsx b/frontend/src/components/Dialogs/Profile.tsx index cfcb93d5..244d0d97 100644 --- a/frontend/src/components/Dialogs/Profile.tsx +++ b/frontend/src/components/Dialogs/Profile.tsx @@ -91,7 +91,7 @@ const ProfileDialog = ({ }; const copyReferralCodeHandler = () => { - systemClient.copyToClipboard(`http://${host}/ref/${robot.referralCode}`); + systemClient.copyToClipboard(`http://${host}/robot/${robot.referralCode}`); }; const handleWeblnInvoiceClicked = async (e: any) => {