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