mirror of https://github.com/langgenius/dify.git
refactor: update layout for creation title and content in StepThree component
This commit is contained in:
parent
387826674c
commit
5d25199f42
|
|
@ -39,7 +39,7 @@ const StepThree = ({ datasetId, datasetName, indexingType, creationCache, retrie
|
|||
<div className='title-2xl-semi-bold text-text-primary'>{t('datasetCreation.stepThree.creationTitle')}</div>
|
||||
<div className='system-sm-regular text-text-tertiary'>{t('datasetCreation.stepThree.creationContent')}</div>
|
||||
</div>
|
||||
<div className='flex gap-4'>
|
||||
<div className='flex items-center gap-x-4'>
|
||||
<AppIcon
|
||||
size='xxl'
|
||||
iconType={iconInfo.icon_type}
|
||||
|
|
|
|||
Loading…
Reference in New Issue