mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-04-21 23:37:55 +00:00
fix: correct referral link bot username to pezkuwichainBot
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pezkuwi-telegram-miniapp",
|
||||
"version": "1.0.220",
|
||||
"version": "1.0.221",
|
||||
"type": "module",
|
||||
"description": "Pezkuwichain Telegram Mini App - Forum, Announcements, Rewards",
|
||||
"author": "Pezkuwichain Team",
|
||||
|
||||
@@ -360,8 +360,8 @@ export function RewardsSection() {
|
||||
|
||||
// Telegram referral link (for sharing) - use authenticated user ID
|
||||
const referralLink = authUser?.telegram_id
|
||||
? `https://t.me/pezkuwichain_bot?start=ref_${authUser.telegram_id}`
|
||||
: 'https://t.me/pezkuwichain_bot';
|
||||
? `https://t.me/pezkuwichainBot?start=ref_${authUser.telegram_id}`
|
||||
: 'https://t.me/pezkuwichainBot';
|
||||
|
||||
const handleCopy = async () => {
|
||||
try {
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.220",
|
||||
"buildTime": "2026-02-22T18:04:29.930Z",
|
||||
"buildNumber": 1771783469930
|
||||
"version": "1.0.221",
|
||||
"buildTime": "2026-02-23T21:08:35.712Z",
|
||||
"buildNumber": 1771880915713
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user