mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 12:33:34 +02:00
chore: updated golden edition org pricing
This commit is contained in:
parent
18e7301550
commit
3b51621580
@ -131,8 +131,7 @@ const GoldenEdition = ({ onClose }) => {
|
|||||||
target="_blank"
|
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"
|
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"
|
||||||
>
|
>
|
||||||
<IconHeart size={18} strokeWidth={1.5} />{' '}
|
<IconHeart size={18} strokeWidth={1.5} /> <span className="ml-2">Buy</span>
|
||||||
<span className="ml-2">{pricingOption === 'individuals' ? 'Buy' : 'Subscribe'}</span>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{pricingOption === 'individuals' ? (
|
{pricingOption === 'individuals' ? (
|
||||||
@ -146,9 +145,11 @@ const GoldenEdition = ({ onClose }) => {
|
|||||||
) : (
|
) : (
|
||||||
<div>
|
<div>
|
||||||
<div className="my-4">
|
<div className="my-4">
|
||||||
<span className="text-3xl font-extrabold">$5</span>
|
<span className="text-3xl font-extrabold">$49</span>
|
||||||
|
<span className="ml-2">/ user</span>
|
||||||
</div>
|
</div>
|
||||||
<p>/user/month</p>
|
<p className="bg-yellow-200 text-black rounded-md px-2 py-1 mb-2 inline-flex text-sm">One Time Payment</p>
|
||||||
|
<p className="text-sm">perpetual license with 2 years of updates</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user