Chore: frontend infrastructure upgrade (#16420)
Co-authored-by: NFish <douxc512@gmail.com> Co-authored-by: zxhlyh <jasonapring2015@outlook.com> Co-authored-by: twwu <twwu@dify.ai> Co-authored-by: jZonG <jzongcode@gmail.com>
This commit is contained in:
@@ -12,11 +12,11 @@ const Empty: FC<EmptyProps> = ({
|
||||
}) => {
|
||||
const { t } = useTranslation()
|
||||
|
||||
return <div className='h-5/6 w-full flex flex-col justify-center gap-y-2'>
|
||||
return <div className='flex h-5/6 w-full flex-col justify-center gap-y-2'>
|
||||
<div className='flex justify-center'>
|
||||
<RiHistoryLine className='w-10 h-10 text-text-empty-state-icon' />
|
||||
<RiHistoryLine className='h-10 w-10 text-text-empty-state-icon' />
|
||||
</div>
|
||||
<div className='flex justify-center text-text-tertiary system-xs-regular'>
|
||||
<div className='system-xs-regular flex justify-center text-text-tertiary'>
|
||||
{t('workflow.versionHistory.filter.empty')}
|
||||
</div>
|
||||
<div className='flex justify-center'>
|
||||
|
Reference in New Issue
Block a user