This commit is contained in:
Dmitry 2026-01-07 01:01:37 +03:00
parent 0271956337
commit 25a2b306fe

View file

@ -10,7 +10,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
import { Label } from '@/components/ui/label' import { Label } from '@/components/ui/label'
import type { CodeStatusResponse } from '@/types/models' import type { CodeStatusResponse } from '@/types/models'
const TELEGRAM_BOT_USERNAME = 'sto_k_odnomu_bot' const TELEGRAM_BOT_USERNAME = 'mnemo_cards_bot'
const TELEGRAM_BOT_DEEP_LINK_BASE = `https://t.me/${TELEGRAM_BOT_USERNAME}` const TELEGRAM_BOT_DEEP_LINK_BASE = `https://t.me/${TELEGRAM_BOT_USERNAME}`
function telegramBotDeepLink(code: string): string { function telegramBotDeepLink(code: string): string {