diff --git a/src/containers/Modals/UpgradeModal/index.tsx b/src/containers/Modals/UpgradeModal/index.tsx
index cdfd882..be4f734 100644
--- a/src/containers/Modals/UpgradeModal/index.tsx
+++ b/src/containers/Modals/UpgradeModal/index.tsx
@@ -8,17 +8,17 @@ import {
Stack,
Title,
ThemeIcon,
- AspectRatio,
- Paper,
CloseButton,
FocusTrap,
+ Image,
+ Divider,
} from "@mantine/core";
import { LuCrown, LuTrendingUp } from "react-icons/lu";
export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
return (
{
overlayProps={{ blur: 1 }}
>
-
-
-
- Upgrade to unlock all features
-
-
-
-
-
-
-
-
-
- Accurate & beautiful diagrams
+
+
+
+
+
+
+ Upgrade to unlock all features
-
- New diagram structure helps you to understand the data, modify from diagrams,
- customize colors, preview images.
-
-
-
-
-
-
-
-
-
- Larger file support, faster performance
-
-
- Load up to 4MB without performance issues, open multiple documents, and save work
- faster.
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Accurate & beautiful diagrams
+
+
+ New diagram structure helps you to understand the data, modify from diagrams,
+ customize colors, preview images.
+
+
+
+
+
+
+
+
+
+ Larger file support, faster performance
+
+
+ Load up to 4MB without performance issues, open multiple documents, and save work
+ faster.
+
+
+
+ }
+ >
+ Try premium for free
+
+
+
+
);
};
diff --git a/src/containers/Toolbar/AccountMenu.tsx b/src/containers/Toolbar/AccountMenu.tsx
deleted file mode 100644
index f94af37..0000000
--- a/src/containers/Toolbar/AccountMenu.tsx
+++ /dev/null
@@ -1,30 +0,0 @@
-import React from "react";
-import { Menu, Avatar, Text } from "@mantine/core";
-import { FaRegCircleUser } from "react-icons/fa6";
-import { VscSignIn } from "react-icons/vsc";
-import { StyledToolElement } from "./styles";
-
-export const AccountMenu = () => {
- return (
-
- );
-};
diff --git a/src/containers/Toolbar/ZoomMenu.tsx b/src/containers/Toolbar/ZoomMenu.tsx
index 085b72b..e46ca91 100644
--- a/src/containers/Toolbar/ZoomMenu.tsx
+++ b/src/containers/Toolbar/ZoomMenu.tsx
@@ -28,7 +28,7 @@ export const ZoomMenu = () => {