mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 13:45:57 +08:00
Revert "[autofix.ci] apply automated fixes"
This reverts commit 01a05289e9.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import type { ReactNode } from 'react'
|
||||
import { RiAddLine } from '@remixicon/react'
|
||||
import { memo } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import Button from '@/app/components/base/button'
|
||||
@ -24,7 +25,7 @@ const PluginAuthInDataSourceNode = ({
|
||||
variant="primary"
|
||||
onClick={onJumpToDataSourcePage}
|
||||
>
|
||||
<span className="i-ri-add-line mr-1 h-4 w-4" />
|
||||
<RiAddLine className="mr-1 h-4 w-4" />
|
||||
{t('integrations.connect', { ns: 'common' })}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user