Skip to content

Commit

Permalink
fix: ✏️ Upgrade modal
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 2, 2022
1 parent 9f58260 commit b176c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const PersonalProPlanContent = ({ currency }: { currency: 'eur' | 'usd' }) => {
Upgrade to <chakra.span color="orange.400">Personal Pro</chakra.span>{' '}
plan
</Heading>
<Text>For solo creator who want to do even more.</Text>
<Text>For solo creators who want to do even more.</Text>
<Heading>
{currency === 'eur' ? '39€' : '$39'}
<chakra.span fontSize="md">/ month</chakra.span>
Expand Down

0 comments on commit b176c4d

Please sign in to comment.