|
|
|
|
@ -22,7 +22,7 @@ const CreateAppCard = ({
|
|
|
|
|
return (
|
|
|
|
|
<div className='flex min-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'>
|
|
|
|
|
<Link href={`${basePath}/datasets/create-pipeline`} Icon={RiFunctionAddLine} text={t('dataset.createFromPipeline')} />
|
|
|
|
|
<Link href={`${basePath}/datasets/create-from-pipeline`} Icon={RiFunctionAddLine} text={t('dataset.createFromPipeline')} />
|
|
|
|
|
<Link ref={ref} href={`${basePath}/datasets/create`} Icon={RiAddLine} text={t('dataset.createDataset')} />
|
|
|
|
|
</div>
|
|
|
|
|
<div className='border-t-[0.5px] border-divider-subtle p-2'>
|
|
|
|
|
|