0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

fix(console): update price calculation blog link (#5169)

This commit is contained in:
Xiao Yijun 2023-12-26 15:48:38 +08:00 committed by GitHub
parent 01726c47ba
commit 15db1e7ab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: (
<TextLink
className={styles.articleLink}
href="https://blog.logto.io/logto-pricing-model"
href={newPlansBlogLink}
targetBlank="noopener"
/>
),