From b6114266af6ef56c0463b1f97d8f1d6cfbae1315 Mon Sep 17 00:00:00 2001 From: CodingOnStar Date: Fri, 10 Oct 2025 14:03:02 +0800 Subject: [PATCH] refactor(billing): enhance pricing footer layout with conditional classnames for better responsiveness --- web/app/components/billing/pricing/footer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/app/components/billing/pricing/footer.tsx b/web/app/components/billing/pricing/footer.tsx index aa92dfe7c4..fd713eb3da 100644 --- a/web/app/components/billing/pricing/footer.tsx +++ b/web/app/components/billing/pricing/footer.tsx @@ -3,6 +3,7 @@ import Link from 'next/link' import { useTranslation } from 'react-i18next' import { RiArrowRightUpLine } from '@remixicon/react' import { type Category, CategoryEnum } from '.' +import cn from '@/utils/classnames' type FooterProps = { pricingPageURL: string @@ -17,14 +18,14 @@ const Footer = ({ return (
-
+
{currentCategory === CategoryEnum.CLOUD && (
{t('billing.plansCommon.taxTip')} {t('billing.plansCommon.taxTipSecond')}
)} - +