|
|
|
@ -94,7 +94,11 @@ const Header = () => {
|
|
|
|
<div className='select-none'>
|
|
|
|
<div className='select-none'>
|
|
|
|
<PremiumBadge color='blue' allowHover={true} onClick={handlePlanClick}>
|
|
|
|
<PremiumBadge color='blue' allowHover={true} onClick={handlePlanClick}>
|
|
|
|
<SparklesSoft className='flex items-center py-[1px] pl-[3px] w-3.5 h-3.5 text-components-premium-badge-indigo-text-stop-0' />
|
|
|
|
<SparklesSoft className='flex items-center py-[1px] pl-[3px] w-3.5 h-3.5 text-components-premium-badge-indigo-text-stop-0' />
|
|
|
|
<div className='system-xs-medium !px-1'>Upgrade</div>
|
|
|
|
<div className='system-xs-medium'>
|
|
|
|
|
|
|
|
<span className='p-1'>
|
|
|
|
|
|
|
|
Upgrade
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</PremiumBadge>
|
|
|
|
</PremiumBadge>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
|