mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-22 05:38:40 +01: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"
|
||||
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} />{' '}
|
||||
<span className="ml-2">{pricingOption === 'individuals' ? 'Buy' : 'Subscribe'}</span>
|
||||
<IconHeart size={18} strokeWidth={1.5} /> <span className="ml-2">Buy</span>
|
||||
</a>
|
||||
</div>
|
||||
{pricingOption === 'individuals' ? (
|
||||
@ -146,9 +145,11 @@ const GoldenEdition = ({ onClose }) => {
|
||||
) : (
|
||||
<div>
|
||||
<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>
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user