Fix referral link

This commit is contained in:
HeesungB 2022-12-17 02:01:38 +09:00
parent a35e7bb9af
commit 52e585f83c

View File

@ -61,7 +61,7 @@ export default function CompletePage() {
const width = 500; const width = 500;
const height = 700; const height = 700;
window.open( 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", "Share Twitter",
`top=${(window.screen.height - height) / 2}, left=${ `top=${(window.screen.height - height) / 2}, left=${
(window.screen.width - width) / 2 (window.screen.width - width) / 2