mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: Update button styles and improve file size validation in breadcrumb and item components
This commit is contained in:
@ -14,16 +14,16 @@ const CreateAppCard = () => {
|
||||
return (
|
||||
<div className='flex h-[166px] flex-col gap-y-0.5 rounded-xl bg-background-default-dimmed'>
|
||||
<div className='flex grow flex-col items-center justify-center p-2'>
|
||||
<Option
|
||||
href={'/datasets/create-from-pipeline'}
|
||||
Icon={RiFunctionAddLine}
|
||||
text={t('dataset.createFromPipeline')}
|
||||
/>
|
||||
<Option
|
||||
href={'/datasets/create'}
|
||||
Icon={RiAddLine}
|
||||
text={t('dataset.createDataset')}
|
||||
/>
|
||||
<Option
|
||||
href={'/datasets/create-from-pipeline'}
|
||||
Icon={RiFunctionAddLine}
|
||||
text={t('dataset.createFromPipeline')}
|
||||
/>
|
||||
</div>
|
||||
<div className='border-t-[0.5px] border-divider-subtle p-2'>
|
||||
<Option
|
||||
|
||||
Reference in New Issue
Block a user