mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
Fix/plugin badge i18n (#14319)
This commit is contained in:
@@ -73,8 +73,8 @@ const Card = ({
|
||||
<div className="ml-3 w-0 grow">
|
||||
<div className="flex items-center h-5">
|
||||
<Title title={getLocalizedText(label)} />
|
||||
{isPartner && <Partner className='w-4 h-4 ml-0.5' />}
|
||||
{verified && <Verified className='w-4 h-4 ml-0.5' />}
|
||||
{isPartner && <Partner className='w-4 h-4 ml-0.5' text={t('plugin.marketplace.partnerTip')} />}
|
||||
{verified && <Verified className='w-4 h-4 ml-0.5' text={t('plugin.marketplace.verifiedTip')} />}
|
||||
{titleLeft} {/* This can be version badge */}
|
||||
</div>
|
||||
<OrgInfo
|
||||
|
||||
Reference in New Issue
Block a user