From 3b516215802ad5a8f65e3602da18777a2247c71b Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Wed, 28 Feb 2024 00:23:44 +0530 Subject: [PATCH] chore: updated golden edition org pricing --- .../src/components/Sidebar/GoldenEdition/index.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/bruno-app/src/components/Sidebar/GoldenEdition/index.js b/packages/bruno-app/src/components/Sidebar/GoldenEdition/index.js index 4d8444c13..60cd47219 100644 --- a/packages/bruno-app/src/components/Sidebar/GoldenEdition/index.js +++ b/packages/bruno-app/src/components/Sidebar/GoldenEdition/index.js @@ -131,8 +131,7 @@ const GoldenEdition = ({ onClose }) => { target="_blank" className="flex text-white bg-yellow-600 hover:bg-yellow-700 font-medium rounded-lg text-sm px-4 py-2 text-center cursor-pointer" > - {' '} - {pricingOption === 'individuals' ? 'Buy' : 'Subscribe'} + Buy {pricingOption === 'individuals' ? ( @@ -146,9 +145,11 @@ const GoldenEdition = ({ onClose }) => { ) : (
- $5 + $49 + / user
-

/user/month

+

One Time Payment

+

perpetual license with 2 years of updates

)}