File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import styled from "styled-components";
44import toast from "react-hot-toast" ;
55import { AiOutlineFullscreen } from "react-icons/ai" ;
66import { FiDownload } from "react-icons/fi" ;
7- import { LuCrown } from "react-icons/lu" ;
87import { type FileFormat , formats } from "src/enums/file.enum" ;
98import { SearchInput } from "src/features/editor/Toolbar/SearchInput" ;
109import { JSONCrackLogo } from "src/layout/JsonCrackLogo" ;
@@ -87,16 +86,16 @@ export const Toolbar = ({ isWidget = false }: ToolbarProps) => {
8786 { ! isWidget && (
8887 < Button
8988 component = "a"
90- href = "https://todiagram.com/editor ?utm_source=jsoncrack& utm_medium = toolbar "
89+ href = "https://todiagram.com/?utm_source=jsoncrack& utm_medium = toolbar "
9190 target = "_blank"
92- color = "green"
91+ variant = "light"
92+ color = "gray"
9393 size = "compact-sm"
9494 fz = "12"
9595 fw = "600"
96- leftSection = { < LuCrown /> }
9796 mr = "6"
9897 >
99- Unlock Pro Features
98+ JSON Crack v2.0 🔥
10099 </ Button >
101100 ) }
102101 < SearchInput />
Original file line number Diff line number Diff line change @@ -46,10 +46,11 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
4646 </ Button >
4747 < Button
4848 component = "a"
49- href = "https://todiagram.com/editor ?utm_source=jsoncrack& utm_medium = upgrade_modal "
49+ href = "https://todiagram.com/?utm_source=jsoncrack& utm_medium = upgrade_modal "
5050 target = "_blank"
51- color = "red "
51+ color = "green "
5252 size = "md"
53+ onClick = { handleCloseModal }
5354 leftSection = {
5455 < Image
5556 src = "https://todiagram.com/logo.svg"
You can’t perform that action at this time.
0 commit comments