[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

@ -2,7 +2,6 @@ import type {
Credential,
PluginPayload,
} from './types'
import { RiArrowDownSLine } from '@remixicon/react'
import {
memo,
useCallback,
@ -90,7 +89,7 @@ const PluginAuthInAgent = ({
{
unavailable && t('auth.unavailable', { ns: 'plugin' })
}
<RiArrowDownSLine className="ml-0.5 h-4 w-4" />
<span className="i-ri-arrow-down-sline ml-0.5 h-4 w-4" />
</Button>
)
}, [credentialId, credentials, t])