mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix: update the upgrade button text content in the header
This commit is contained in:
parent
35eafd239d
commit
a7a5c6f4cb
|
@ -76,7 +76,7 @@ const Header = () => {
|
||||||
<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'>
|
<div className='system-xs-medium'>
|
||||||
<span className='p-1'>
|
<span className='p-1'>
|
||||||
{t('billing.upgradeBtn.encourage')}
|
{t('billing.upgradeBtn.encourageShort')}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</PremiumBadge>
|
</PremiumBadge>
|
||||||
|
@ -98,7 +98,7 @@ const Header = () => {
|
||||||
<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'>
|
<div className='system-xs-medium'>
|
||||||
<span className='p-1'>
|
<span className='p-1'>
|
||||||
{t('billing.upgradeBtn.encourage')}
|
{t('billing.upgradeBtn.encourageShort')}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</PremiumBadge>
|
</PremiumBadge>
|
||||||
|
@ -115,7 +115,7 @@ const Header = () => {
|
||||||
{!isCurrentWorkspaceDatasetOperator && <ToolsNav className={navClassName} />}
|
{!isCurrentWorkspaceDatasetOperator && <ToolsNav className={navClassName} />}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className='flex items-center flex-shrink-0'>
|
<div className='flex items-center shrink-0'>
|
||||||
<EnvNav />
|
<EnvNav />
|
||||||
<div className='mr-3'>
|
<div className='mr-3'>
|
||||||
<PluginsNav />
|
<PluginsNav />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user