Update ExtraPlan.tsx

This commit is contained in:
Archer
2024-08-10 00:43:25 +08:00
committed by GitHub
parent 832a4d6638
commit e098b2f1dc

View File

@@ -252,7 +252,7 @@ const ExtraPlan = () => {
{t('common:support.wallet.subscription.Extra ai points')}
</Box>
<Box mt={3} fontSize={['28px', '32px']} fontWeight={'bold'}>
{`${extraDatasetPrice}/1000` + t('common:support.wallet.subscription.point')}
{`${extraPointsPrice}/1000` + t('common:support.wallet.subscription.point')}
<Box ml={1} as={'span'} fontSize={'md'} color={'myGray.600'} fontWeight={'normal'}>
/{t('common:common.month')}
</Box>