From 0494d7f0707aefcde38a7986d16c0366f95e373a Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Thu, 2 Jan 2025 10:11:55 +0300 Subject: [PATCH] update upgrade buttons --- src/features/editor/Toolbar/index.tsx | 9 ++++----- src/features/modals/UpgradeModal/index.tsx | 5 +++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/features/editor/Toolbar/index.tsx b/src/features/editor/Toolbar/index.tsx index 588130b..5b74d62 100644 --- a/src/features/editor/Toolbar/index.tsx +++ b/src/features/editor/Toolbar/index.tsx @@ -4,7 +4,6 @@ import styled from "styled-components"; import toast from "react-hot-toast"; import { AiOutlineFullscreen } from "react-icons/ai"; import { FiDownload } from "react-icons/fi"; -import { LuCrown } from "react-icons/lu"; import { type FileFormat, formats } from "src/enums/file.enum"; import { SearchInput } from "src/features/editor/Toolbar/SearchInput"; import { JSONCrackLogo } from "src/layout/JsonCrackLogo"; @@ -87,16 +86,16 @@ export const Toolbar = ({ isWidget = false }: ToolbarProps) => { {!isWidget && ( )} diff --git a/src/features/modals/UpgradeModal/index.tsx b/src/features/modals/UpgradeModal/index.tsx index c801413..ba92c4e 100644 --- a/src/features/modals/UpgradeModal/index.tsx +++ b/src/features/modals/UpgradeModal/index.tsx @@ -46,10 +46,11 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {