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:
parent
01726c47ba
commit
15db1e7ab2
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
/>
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue