Fix referral url(add slash /)

This commit is contained in:
HeesungB
2022-12-21 04:05:52 +09:00
parent 9bb242d1d8
commit 59d14ea1ec
+1 -1
View File
@@ -77,7 +77,7 @@ export default function CompletePage() {
const width = 500;
const height = 700;
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",
`top=${(window.screen.height - height) / 2}, left=${
(window.screen.width - width) / 2