mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 17:25:56 +08:00
chore: update remix icon
This commit is contained in:
parent
9577cbac27
commit
a6776190bd
@ -2,8 +2,8 @@
|
|||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { useEffect, useRef, useState } from 'react'
|
import { useEffect, useRef, useState } from 'react'
|
||||||
import {
|
import {
|
||||||
RiBrainFill,
|
RiBrain2Fill,
|
||||||
RiBrainLine,
|
RiBrain2Line,
|
||||||
RiColorFilterFill,
|
RiColorFilterFill,
|
||||||
RiColorFilterLine,
|
RiColorFilterLine,
|
||||||
RiDatabase2Fill,
|
RiDatabase2Fill,
|
||||||
@ -63,8 +63,8 @@ export default function AccountSetting({
|
|||||||
{
|
{
|
||||||
key: 'provider',
|
key: 'provider',
|
||||||
name: t('common.settings.provider'),
|
name: t('common.settings.provider'),
|
||||||
icon: <RiBrainLine className={iconClassName} />,
|
icon: <RiBrain2Line className={iconClassName} />,
|
||||||
activeIcon: <RiBrainFill className={iconClassName} />,
|
activeIcon: <RiBrain2Fill className={iconClassName} />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'members',
|
key: 'members',
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
"@mdx-js/react": "^2.3.0",
|
"@mdx-js/react": "^2.3.0",
|
||||||
"@monaco-editor/react": "^4.6.0",
|
"@monaco-editor/react": "^4.6.0",
|
||||||
"@next/mdx": "^14.0.4",
|
"@next/mdx": "^14.0.4",
|
||||||
"@remixicon/react": "^4.2.0",
|
"@remixicon/react": "^4.3.0",
|
||||||
"@sentry/react": "^7.54.0",
|
"@sentry/react": "^7.54.0",
|
||||||
"@sentry/utils": "^7.54.0",
|
"@sentry/utils": "^7.54.0",
|
||||||
"@svgdotjs/svg.js": "^3.2.4",
|
"@svgdotjs/svg.js": "^3.2.4",
|
||||||
|
14208
web/yarn.lock
Normal file
14208
web/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user