forked from LaconicNetwork/icns-frontend
Fix referral link
This commit is contained in:
parent
a35e7bb9af
commit
52e585f83c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user