From 15db1e7ab202cf2e29d7db04e59ef08314cc9dc3 Mon Sep 17 00:00:00 2001 From: Xiao Yijun Date: Tue, 26 Dec 2023 15:48:38 +0800 Subject: [PATCH] fix(console): update price calculation blog link (#5169) --- packages/console/src/components/BillInfo/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/console/src/components/BillInfo/index.tsx b/packages/console/src/components/BillInfo/index.tsx index 17128c6a4..297a79543 100644 --- a/packages/console/src/components/BillInfo/index.tsx +++ b/packages/console/src/components/BillInfo/index.tsx @@ -2,6 +2,7 @@ import { useContext, useState } from 'react'; import { Trans, useTranslation } from 'react-i18next'; import Tip from '@/assets/icons/tip.svg'; +import { newPlansBlogLink } from '@/consts'; import { TenantsContext } from '@/contexts/TenantsProvider'; import Button from '@/ds-components/Button'; import DynamicT from '@/ds-components/DynamicT'; @@ -43,7 +44,7 @@ function BillInfo({ cost, isManagePaymentVisible }: Props) { a: ( ),