|
|
|
@ -191,7 +191,7 @@ const SettingBuiltInTool: FC<Props> = ({
|
|
|
|
<OrgInfo
|
|
|
|
<OrgInfo
|
|
|
|
packageNameClassName='w-auto'
|
|
|
|
packageNameClassName='w-auto'
|
|
|
|
orgName={collection.author}
|
|
|
|
orgName={collection.author}
|
|
|
|
packageName={collection.name}
|
|
|
|
packageName={collection.name.split('/').pop() || ''}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className='mt-1 text-text-primary system-md-semibold'>{currTool?.label[language]}</div>
|
|
|
|
<div className='mt-1 text-text-primary system-md-semibold'>{currTool?.label[language]}</div>
|
|
|
|
|