From ef5e509d6a05f6c9541c0bcaed64f3f3c51c0f89 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 2 Sep 2025 17:34:37 +0300 Subject: [PATCH] feat(pro-page): use next/link --- apps/web/app/(main)/pro/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/app/(main)/pro/page.tsx b/apps/web/app/(main)/pro/page.tsx index 680fe26..9ae2cd9 100644 --- a/apps/web/app/(main)/pro/page.tsx +++ b/apps/web/app/(main)/pro/page.tsx @@ -4,6 +4,7 @@ import { TryFreeButton } from '@/components/subscription'; import { env } from '@/config/env'; import { Button } from '@repo/ui/components/ui/button'; import { ArrowRight, Crown } from 'lucide-react'; +import Link from 'next/link'; export default async function ProPage() { const { telegramId } = await getSessionUser(); @@ -59,10 +60,10 @@ export default async function ProPage() { size="lg" variant="outline" > - + Оформить подписку через бота - + )}