Fix referral url(add slash /)
This commit is contained in:
parent
9bb242d1d8
commit
59d14ea1ec
@ -77,7 +77,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://app.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