chore: update remix icon

This commit is contained in:
JzoNg 2024-10-16 15:17:55 +08:00
parent 9577cbac27
commit a6776190bd
3 changed files with 14213 additions and 5 deletions

View File

@ -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',

View File

@ -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

File diff suppressed because it is too large Load Diff