From 0571924dc1dc5e42911ff522b3d4c62da9c6d636 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Tue, 27 Feb 2024 20:17:26 +0300 Subject: [PATCH] chore: update pricing page link --- src/containers/Modals/PremiumModal/index.tsx | 4 ++-- src/containers/Views/GraphView/PremiumView.tsx | 2 +- src/layout/Navbar/index.tsx | 12 +++++++----- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/containers/Modals/PremiumModal/index.tsx b/src/containers/Modals/PremiumModal/index.tsx index 3178ae39144..089ff61a9f7 100644 --- a/src/containers/Modals/PremiumModal/index.tsx +++ b/src/containers/Modals/PremiumModal/index.tsx @@ -40,11 +40,11 @@ export const PremiumModal: React.FC = ({ opened, onClose }) => { JSON Crack Plus diff --git a/src/containers/Views/GraphView/PremiumView.tsx b/src/containers/Views/GraphView/PremiumView.tsx index 367dfd74ca4..7b528da0b07 100644 --- a/src/containers/Views/GraphView/PremiumView.tsx +++ b/src/containers/Views/GraphView/PremiumView.tsx @@ -187,7 +187,7 @@ export const PremiumView = () => ( fw="bolder" variant="gradient" gradient={{ from: "blue", to: "teal" }} - href="/pricing" + href="https://pro.jsoncrack.com/pricing" target="_blank" > UPGRADE TO PREMIUM diff --git a/src/layout/Navbar/index.tsx b/src/layout/Navbar/index.tsx index 9455d8db4a3..03061b6d9b7 100644 --- a/src/layout/Navbar/index.tsx +++ b/src/layout/Navbar/index.tsx @@ -59,8 +59,9 @@ export const Navbar = () => {