Skip to content

Commit

Permalink
update cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed Dec 6, 2024
1 parent 9c8c41d commit d168bdf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/userPlanAndBillings/UserPlanAndBillings.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { Box, Button, ProgressBar, Text } from 'blocks';
import { css } from 'styled-components';

import { useDisclosure } from 'common';

import { Box, Button, ProgressBar, Text } from 'blocks';
import UpgradePlanModal from './UpgradePlanModal';

const UserPlanAndBillings = () => {
Expand Down Expand Up @@ -83,6 +86,9 @@ const UserPlanAndBillings = () => {
<Text
variant="bs-semibold"
color="text-primary"
css={css`
cursor: pointer;
`}
onClick={() => modalControl.open()}
>
Cancel Plan
Expand Down

0 comments on commit d168bdf

Please sign in to comment.