diff --git a/pages/complete/index.tsx b/pages/complete/index.tsx index 14f9224..54a3912 100644 --- a/pages/complete/index.tsx +++ b/pages/complete/index.tsx @@ -61,7 +61,7 @@ export default function CompletePage() { const width = 500; const height = 700; window.open( - `${SHARE_URL}?url=https://www.icns.xyz?referral=${twitterUsername}/&text=${shareMessage}`, + `${SHARE_URL}?url=https://app.icns.xyz?referral=${twitterUsername}/&text=${shareMessage}`, "Share Twitter", `top=${(window.screen.height - height) / 2}, left=${ (window.screen.width - width) / 2