fix: remove 'Current plan' in billing setting

This commit is contained in:
lyzno1 2025-11-13 17:22:38 +08:00
parent 0f6e058c73
commit 6e5486b556
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ const PlanComp: FC<Props> = ({
<div className='grow'>
<div className='mb-1 flex items-center gap-1'>
<div className='system-md-semibold-uppercase text-text-primary'>{t(`billing.plans.${type}.name`)}</div>
<div className='system-2xs-medium-uppercase rounded-[5px] border border-divider-deep px-1 py-0.5 text-text-tertiary'>{t('billing.currentPlan')}</div>
</div>
<div className='system-xs-regular text-util-colors-gray-gray-600'>{t(`billing.plans.${type}.for`)}</div>
</div>