Skip to content

Commit

Permalink
feat: update pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Jan 20, 2024
1 parent 504d4e0 commit 00b8d6d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ import {
Badge,
SegmentedControl,
Center,
Tooltip,
} from "@mantine/core";
import { AiOutlineInfoCircle } from "react-icons/ai";
import { BsCheck, BsX } from "react-icons/bs";
import { FaBolt } from "react-icons/fa6";
import { VscArrowRight } from "react-icons/vsc";
import { VscArrowRight, VscInfo } from "react-icons/vsc";
import Layout from "src/layout/Layout";
import useUser from "src/store/useUser";

Expand Down Expand Up @@ -207,6 +208,16 @@ const Pricing = () => {
Edit data through graph
</Text>
</List.Item>
<List.Item>
<Text c="blue" fz="sm">
Join alpha test of JC AI{" "}
<Tooltip label="You will receive 10 credits per day.">
<ThemeIcon size="xs" variant="transparent" style={{ verticalAlign: "middle" }}>
<VscInfo />
</ThemeIcon>
</Tooltip>
</Text>
</List.Item>
</List>
</Flex>
</Paper>
Expand Down

0 comments on commit 00b8d6d

Please sign in to comment.