feat(pipeline): add language support to built-in pipeline templates and update related components (#26124)

This commit is contained in:
Wu Tianwei
2025-09-23 18:18:22 +08:00
committed by GitHub
parent 24b4289d6c
commit d9e45a1abe
5 changed files with 19 additions and 9 deletions

View File

@@ -244,9 +244,8 @@ const ProviderDetail = ({
<div className="flex h-5 items-center">
<Title title={collection.label[language]} />
</div>
<div className='mb-1 flex h-4 items-center justify-between'>
<div className='mb-1 mt-0.5 flex h-4 items-center justify-between'>
<OrgInfo
className="mt-0.5"
packageNameClassName='w-auto'
orgName={collection.author}
packageName={collection.name}