[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,6 +1,5 @@
import type { FC } from 'react'
import { useTranslation } from '#i18n'
import { RiAlertFill } from '@remixicon/react'
import { camelCase } from 'es-toolkit/string'
import Link from 'next/link'
import * as React from 'react'
@ -64,7 +63,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
>
<div className="absolute left-0 top-0 -z-10 h-full w-full bg-toast-warning-bg opacity-40" />
<div className={cn('flex size-6 shrink-0 items-center justify-center', iconWrapperClassName)}>
<RiAlertFill className="size-4 text-text-warning-secondary" />
<span className="i-ri-alert-fill size-4 text-text-warning-secondary" />
</div>
<div className={cn('system-xs-regular grow py-1 text-text-primary', textClassName)}>
{