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

)}