Skip to content

Commit

Permalink
Merge branch 'refs/heads/koni/dev/issue-task-share-leaderboard' into …
Browse files Browse the repository at this point in the history
…telegram-dev
  • Loading branch information
anhnhu committed Jun 11, 2024
2 parents a90c80b + 681248f commit 63344b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const Component = ({ className }: Props): React.ReactElement => {
content = `${result} Want some fun and a chance to win Karura airdrop? Join me NOW 👇%0A`;
}

const urlShareImage = 'https://x.playnation.app/playnation-share-karura';
const urlShareImage = 'https://x.playnation.app/playnation-karura';

const linkShare = `${urlShareImage}?startApp=${account?.info.inviteCode || 'booka'}`;

Expand Down
2 changes: 1 addition & 1 deletion packages/extension-koni-ui/src/connector/booka/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export class BookaSdk {
// result = `Wooho, I got ${personMine.point} points and ranked ${personMine.rank} the Karura Token Playdrop leaderboard 🔥\n `;
// }

const urlBot = 'https://x.playnation.app/playnation-share-karura';
const urlBot = 'https://x.playnation.app/playnation-karura';

const linkApp = `${urlBot}?startApp=${this.account?.info.inviteCode || 'booka'}`;
const content = 'A new exciting game is in town, Karura Token Playdrop! Want some fun and a chance to win Karura airdrop? Join me NOW 👇%0A';
Expand Down

0 comments on commit 63344b8

Please sign in to comment.