fix: correct referral link bot username to pezkuwichainBot

This commit is contained in:
2026-02-24 00:08:35 +03:00
parent 480b5fe96b
commit 1be1c252e0
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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",
+2 -2
View File
@@ -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
View File
@@ -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
}