Revert "[autofix.ci] apply automated fixes"

This reverts commit 01a05289e9.
This commit is contained in:
Stephen Zhou
2026-01-26 19:29:21 +08:00
parent 2fc02bf1bc
commit 4cde6e31ca
688 changed files with 2998 additions and 1639 deletions

View File

@ -1,5 +1,6 @@
'use client'
import type { FC } from 'react'
import { RiCloseLine } from '@remixicon/react'
import * as React from 'react'
import { useTranslation } from 'react-i18next'
import Checkbox from '@/app/components/base/checkbox'
@ -25,7 +26,7 @@ const LoadingError: FC = () => {
<Group className="text-text-quaternary" />
</div>
<div className="absolute bottom-[-4px] right-[-4px] rounded-full border-[2px] border-components-panel-bg bg-state-destructive-solid">
<span className="i-ri-close-line h-3 w-3 text-text-primary-on-surface" />
<RiCloseLine className="h-3 w-3 text-text-primary-on-surface" />
</div>
</div>
<div className="ml-3 grow">