mirror of https://github.com/langgenius/dify.git
fix: remove 'Current plan' in billing setting
This commit is contained in:
parent
0f6e058c73
commit
6e5486b556
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue