[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-26 11:24:44 +00:00
committed by GitHub
parent 14828853b1
commit 01a05289e9
688 changed files with 1639 additions and 2998 deletions

View File

@ -1,4 +1,3 @@
import { RiEqualizer2Line } from '@remixicon/react'
import {
memo,
} from 'react'
@ -31,10 +30,9 @@ const AuthorizedInDataSourceNode = ({
? t('auth.authorizations', { ns: 'plugin' })
: t('auth.authorization', { ns: 'plugin' })
}
<RiEqualizer2Line
className={cn(
'h-3.5 w-3.5 text-components-button-ghost-text',
)}
<span className={`i-ri-equalizer-2-line ${cn(
'h-3.5 w-3.5 text-components-button-ghost-text',
)}`}
/>
</Button>
)