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')}
)} - +