diff --git a/src/features/editor/Toolbar/index.tsx b/src/features/editor/Toolbar/index.tsx index f60d369..588130b 100644 --- a/src/features/editor/Toolbar/index.tsx +++ b/src/features/editor/Toolbar/index.tsx @@ -88,6 +88,7 @@ export const Toolbar = ({ isWidget = false }: ToolbarProps) => { )} diff --git a/src/features/modals/UpgradeModal/index.tsx b/src/features/modals/UpgradeModal/index.tsx index c210849..2f82820 100644 --- a/src/features/modals/UpgradeModal/index.tsx +++ b/src/features/modals/UpgradeModal/index.tsx @@ -1,20 +1,21 @@ import React from "react"; import type { ModalProps } from "@mantine/core"; import { - Text, Button, Modal, Flex, Stack, Title, - ThemeIcon, CloseButton, FocusTrap, Image, Divider, + List, + ThemeIcon, + Anchor, } from "@mantine/core"; import Cookie from "js-cookie"; -import { LuCrown, LuTrendingUp } from "react-icons/lu"; +import { LuCheckCircle } from "react-icons/lu"; import useConfig from "src/store/useConfig"; export const UpgradeModal = ({ opened, onClose }: ModalProps) => { @@ -47,53 +48,57 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => { style={{ objectPosition: "left" }} /> - - + + - Upgrade to unlock all features + Try the new editor! - - - - - - - Load larger files - - - We made it easy to visualize, format, and explore JSON data, faster than ever. - - - - - - - - - - Powerful, colorful editor - - - Modify data, preview images, inspect nodes, and more! - - - + + + + } + > + Large data support + Custom themes + Cloud Storage + Compare Data + AI-Filter + API Integration + + + Chrome Extension + + + -