Skip to content

Commit

Permalink
update pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Nov 23, 2023
1 parent f4d5348 commit 8dadc44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Graph/PremiumView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const PremiumView = () => (
href={paymentURL()}
target="_blank"
>
UPGRADE TO PREMIUM $5.00
UPGRADE TO PREMIUM $7.00
</Button>
</StyledContent>

Expand Down
2 changes: 1 addition & 1 deletion src/containers/Modals/PremiumModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const PremiumModal: React.FC<ModalProps> = ({ opened, onClose }) => {
<Title order={3}>
JSON Crack Plus
<Text size="sm" color="dimmed">
USD 5$/mo
USD 7$/mo
</Text>
</Title>
<Button
Expand Down
6 changes: 3 additions & 3 deletions src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ const Pricing = () => {
Premium
</Text>
<Badge size="xs" mt="auto" color="violet" opacity={0.4}>
Annual Save 25%
Annual Save 20%
</Badge>
</Stack>
<Paper py={5} px="sm" bg="#442f71">
<Stack spacing="0" align="center" justify="center">
<Text fz="lg" c="white" fw="bolder">
$5
$7
</Text>
<Text fz="xs" color="gray.4" fw="bold">
Per month
Expand Down Expand Up @@ -141,7 +141,7 @@ const Pricing = () => {
<Paper py={5} px="sm" bg="gray.0">
<Stack spacing="0" align="center" justify="center">
<Text fz="lg" fw="bolder">
$80
$120
</Text>
<Text fz="xs" color="gray.6" fw="bold">
Per month
Expand Down

0 comments on commit 8dadc44

Please sign in to comment.