Skip to content

Commit

Permalink
Feat/new cancel subscription illustration (#874)
Browse files Browse the repository at this point in the history
Changes Made -

- Added a new SVG illustration to the Cancel Subscription modal.
  • Loading branch information
chavda-bhavik authored Nov 20, 2024
2 parents 0f84bbb + 63a9c87 commit 6047946
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 448 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Checkbox, Flex, Text, Center, Stack } from '@mantine/core';
import { Button } from '@ui/button';
import { Controller } from 'react-hook-form';

import { PlanCancelDetails } from './illustrations/PlanCancelDetails';
import { PlanCancelIllustration } from './illustrations/PlanCancelIllustration';

import { colors, MEMBERSHIP_CANCELLATION_REASONS } from '@config';

Expand All @@ -28,7 +28,7 @@ export function CancelSubscriptionModal({
</Text>

<Center>
<PlanCancelDetails />
<PlanCancelIllustration />
</Center>

<form onSubmit={handleSubmit}>
Expand Down
Loading

0 comments on commit 6047946

Please sign in to comment.