diff --git a/apps/web/app/(main)/pro/page.tsx b/apps/web/app/(main)/pro/page.tsx index 89c9574..e0c0137 100644 --- a/apps/web/app/(main)/pro/page.tsx +++ b/apps/web/app/(main)/pro/page.tsx @@ -32,8 +32,8 @@ export default async function ProPage() {
-
-
+
+
@@ -41,7 +41,7 @@ export default async function ProPage() {

Подписка{' '} - + Pro

@@ -59,7 +59,7 @@ export default async function ProPage() { className={`w-full border-2 text-base font-semibold sm:w-auto ${ canUseTrial ? 'border-gray-300 text-gray-700 hover:bg-gray-100 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-700' - : 'border-0 bg-gradient-to-r from-purple-600 to-blue-600 text-white hover:from-purple-700 hover:to-blue-700 dark:from-purple-500 dark:to-blue-500 dark:hover:from-purple-600 dark:hover:to-blue-600' + : 'border-0 bg-gradient-to-r from-purple-600 to-blue-600 text-white hover:from-purple-700 hover:to-blue-700 dark:from-purple-700 dark:to-blue-700 dark:hover:from-purple-800 dark:hover:to-blue-800' }`} size="lg" variant={canUseTrial ? 'outline' : 'default'} diff --git a/apps/web/components/profile/subscription-bar.tsx b/apps/web/components/profile/subscription-bar.tsx index 9b9cfe3..b08a2ab 100644 --- a/apps/web/components/profile/subscription-bar.tsx +++ b/apps/web/components/profile/subscription-bar.tsx @@ -1,6 +1,7 @@ 'use client'; import { useSubscriptionQuery } from '@/hooks/api/subscriptions'; +import { cn } from '@repo/ui/lib/utils'; import { getRemainingDays } from '@repo/utils/datetime-format'; import { ChevronRight } from 'lucide-react'; import Link from 'next/link'; @@ -30,14 +31,38 @@ export function SubscriptionInfoBar() { return (
-
+
-

{title}

- {description} +

+ {title} +

+ + {description} +
-