mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 14:38:06 +08:00
Revert "[autofix.ci] apply automated fixes"
This reverts commit 01a05289e9.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
'use client'
|
||||
import type { FC } from 'react'
|
||||
import type { GithubRepo } from '@/models/common'
|
||||
import { RiLoader2Line } from '@remixicon/react'
|
||||
import { useQuery } from '@tanstack/react-query'
|
||||
import { IS_DEV } from '@/config'
|
||||
|
||||
@ -27,7 +28,7 @@ const GithubStar: FC<{ className: string }> = (props) => {
|
||||
})
|
||||
|
||||
if (isFetching)
|
||||
return <span className="i-ri-loader-2-line size-3 shrink-0 animate-spin text-text-tertiary" />
|
||||
return <RiLoader2Line className="size-3 shrink-0 animate-spin text-text-tertiary" />
|
||||
|
||||
if (isError)
|
||||
return <span {...props}>{defaultData.stargazers_count.toLocaleString()}</span>
|
||||
|
||||
Reference in New Issue
Block a user