Skip to content

Commit

Permalink
updated share link
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedegeofroy committed Nov 5, 2024
1 parent 75acffe commit eadc74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/settings/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Users = () => {

const { openTelegramLink } = useWebApp();
const onShareClick = () => {
openTelegramLink(`https://t.me/share/url?url=https://t.me/dishdashtunnel_bot/app?startapp=${lobbyId}`);
openTelegramLink(`https://t.me/share/url?url=https://t.me/${'dishdashdev_bot'}/app?startapp=${lobbyId}`);
}

return (
Expand Down

0 comments on commit eadc74e

Please sign in to comment.