2
0

✏️ (billing) Fix plan name typo

This commit is contained in:
Baptiste Arnaud
2023-11-02 14:30:04 +01:00
parent d1502f8300
commit bdf9faea78
2 changed files with 6 additions and 2 deletions

View File

@ -77,7 +77,9 @@ export const ProPlanPricingCard = ({
strong: (
<chakra.span
color={useColorModeValue('blue.400', 'blue.300')}
/>
>
Pro
</chakra.span>
),
}}
/>

View File

@ -53,7 +53,9 @@ export const StarterPlanPricingCard = ({
<Heading fontSize="2xl">
<T
keyName="billing.pricingCard.heading"
params={{ strong: <chakra.span color="orange.400" /> }}
params={{
strong: <chakra.span color="orange.400">Starter</chakra.span>,
}}
/>
</Heading>
<Text>{t('billing.pricingCard.starter.description')}</Text>