mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
feat: update icon
This commit is contained in:
parent
45e5298cca
commit
d5d85a1260
@ -17,8 +17,8 @@ import {
|
|||||||
import styled from "styled-components";
|
import styled from "styled-components";
|
||||||
import { AiOutlineInfoCircle } from "react-icons/ai";
|
import { AiOutlineInfoCircle } from "react-icons/ai";
|
||||||
import { FaArrowTrendDown } from "react-icons/fa6";
|
import { FaArrowTrendDown } from "react-icons/fa6";
|
||||||
import { IoMdChatbubbles } from "react-icons/io";
|
|
||||||
import { MdCheck } from "react-icons/md";
|
import { MdCheck } from "react-icons/md";
|
||||||
|
import { PiChats } from "react-icons/pi";
|
||||||
import { VscArrowRight } from "react-icons/vsc";
|
import { VscArrowRight } from "react-icons/vsc";
|
||||||
import Layout from "src/layout/Layout";
|
import Layout from "src/layout/Layout";
|
||||||
import { gaEvent } from "src/lib/utils/gaEvent";
|
import { gaEvent } from "src/lib/utils/gaEvent";
|
||||||
@ -83,7 +83,7 @@ export const PricingCards = () => {
|
|||||||
</Flex>
|
</Flex>
|
||||||
|
|
||||||
<ThemeIcon variant="transparent" size={59}>
|
<ThemeIcon variant="transparent" size={59}>
|
||||||
<IoMdChatbubbles color="black" size={50} />
|
<PiChats color="black" size={50} />
|
||||||
</ThemeIcon>
|
</ThemeIcon>
|
||||||
<Text fz="xs" c="gray.7">
|
<Text fz="xs" c="gray.7">
|
||||||
Contact us for custom pricing
|
Contact us for custom pricing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user