mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
feat(console): add contact us help tip for downgrade modal (#4202)
This commit is contained in:
parent
62c2c2ca8f
commit
bc2feb6c74
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import { conditional } from '@silverhand/essentials';
|
||||
import { Trans, useTranslation } from 'react-i18next';
|
||||
|
||||
import ContactUsPhraseLink from '@/components/ContactUsPhraseLink';
|
||||
import PlanName from '@/components/PlanName';
|
||||
import {
|
||||
quotaItemLimitedPhrasesMap,
|
||||
|
@ -78,6 +79,13 @@ function NotEligibleDowngradeModalContent({ targetPlan }: Props) {
|
|||
);
|
||||
})}
|
||||
</ul>
|
||||
<Trans
|
||||
components={{
|
||||
a: <ContactUsPhraseLink />,
|
||||
}}
|
||||
>
|
||||
{t('subscription.downgrade_modal.help_tip')}
|
||||
</Trans>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue