+
= ({
{filteredTagList.map(tag => (
selectTag(tag)}
>
-
{tag.name}
- {value.includes(tag.id) &&
}
+
{tag.name}
+ {value.includes(tag.id) &&
}
))}
{!filteredTagList.length && (
-
-
{t('common.tag.noTag')}
+
+
{t('common.tag.noTag')}
)}
diff --git a/web/app/components/header/header-wrapper.tsx b/web/app/components/header/header-wrapper.tsx
index 360cf8e560..52728bea87 100644
--- a/web/app/components/header/header-wrapper.tsx
+++ b/web/app/components/header/header-wrapper.tsx
@@ -17,7 +17,7 @@ const HeaderWrapper = ({
{children}
diff --git a/web/i18n/en-US/app.ts b/web/i18n/en-US/app.ts
index c23767af72..546bb08873 100644
--- a/web/i18n/en-US/app.ts
+++ b/web/i18n/en-US/app.ts
@@ -6,6 +6,8 @@ const translation = {
agent: 'Agent',
workflow: 'Workflow',
completion: 'Completion',
+ advanced: 'Chatflow',
+ basic: 'Basic',
},
duplicate: 'Duplicate',
mermaid: {
@@ -31,26 +33,33 @@ const translation = {
'Discuss with team members, contributors and developers on different channels.',
roadmap: 'See our roadmap',
newApp: {
+ learnMore: 'Learn more',
startFromBlank: 'Create from Blank',
startFromTemplate: 'Create from Template',
- captionAppType: 'What type of app do you want to create?',
- chatbotDescription: 'Build a chat-based application. This app uses a question-and-answer format, allowing for multiple rounds of continuous conversation.',
- completionDescription: 'Build an application that generates high-quality text based on prompts, such as generating articles, summaries, translations, and more.',
- completionWarning: 'This type of app will no longer be supported.',
- agentDescription: 'Build an intelligent Agent which can autonomously choose tools to complete the tasks',
- workflowDescription: 'Build an application that generates high-quality text based on workflow orchestrates with a high degree of customization. It is suitable for experienced users.',
+ foundResult: '{{count}} Result',
+ foundResults: '{{count}} Results',
+ noAppsFound: 'No apps found',
+ noTemplateFound: 'No templates found',
+ noTemplateFoundTip: 'Try searching using different keywords.',
+ chatbotShortDescription: 'LLM-based chatbot with simple setup',
+ chatbotUserDescription: 'Quickly build an LLM-based chatbot with simple configuration. You can switch to Chatflow later.',
+ completionShortDescription: 'AI assistant for text generation tasks',
+ completionUserDescription: 'Quickly build an AI assistant for text generation tasks with simple configuration.',
+ agentShortDescription: 'Intelligent agent with reasoning and autonomous tool use',
+ agentUserDescription: 'An intelligent agent capable of iterative reasoning and autonomous tool use to achieve task goals.',
+ workflowShortDescription: 'Orchestration for single-turn automation tasks',
+ workflowUserDescription: 'Workflow orchestration for single-round tasks like automation and batch processing.',
workflowWarning: 'Currently in beta',
- chatbotType: 'Chatbot orchestrate method',
- basic: 'Basic',
- basicTip: 'For beginners, can switch to Chatflow later',
- basicFor: 'FOR BEGINNERS',
- basicDescription: 'Basic Orchestrate allows for the orchestration of a Chatbot app using simple settings, without the ability to modify built-in prompts. It is suitable for beginners.',
- advanced: 'Chatflow',
- advancedFor: 'For advanced users',
- advancedDescription: 'Workflow Orchestrate orchestrates Chatbots in the form of workflows, offering a high degree of customization, including the ability to edit built-in prompts. It is suitable for experienced users.',
- captionName: 'App icon & name',
+ advancedShortDescription: 'Workflow for complex multi-turn dialogues with memory',
+ advancedUserDescription: 'Workflow orchestration for multi-round complex dialogue tasks with memory capabilities.',
+ chooseAppType: 'Choose App Type',
+ forBeginners: 'FOR BEGINNERS',
+ forAdvanced: 'FOR ADVANCED USERS',
+ noIdeaTip: 'No ideas? Check out our templates',
+ captionName: 'App Name & Icon',
appNamePlaceholder: 'Give your app a name',
captionDescription: 'Description',
+ optional: 'Optional',
appDescriptionPlaceholder: 'Enter the description of the app',
useTemplate: 'Use this template',
previewDemo: 'Preview demo',
@@ -79,6 +88,19 @@ const translation = {
appCreateDSLErrorPart4: 'System-supported DSL version: ',
appCreateFailed: 'Failed to create app',
},
+ newAppFromTemplate: {
+ byCategories: 'BY CATEGORIES',
+ searchAllTemplate: 'Search all templates...',
+ sidebar: {
+ Recommended: 'Recommended',
+ Agent: 'Agent',
+ Assistant: 'Assistant',
+ HR: 'HR',
+ Workflow: 'Workflow',
+ Writing: 'Writing',
+ Programming: 'Programming',
+ },
+ },
editApp: 'Edit Info',
editAppTitle: 'Edit App Info',
editDone: 'App info updated',
@@ -108,6 +130,7 @@ const translation = {
agent: 'Agent',
workflow: 'Workflow',
completion: 'Completion',
+ advanced: 'Chatflow',
},
tracing: {
title: 'Tracing app performance',
diff --git a/web/i18n/zh-Hans/app.ts b/web/i18n/zh-Hans/app.ts
index cdfc5dcee5..43486fcace 100644
--- a/web/i18n/zh-Hans/app.ts
+++ b/web/i18n/zh-Hans/app.ts
@@ -6,6 +6,8 @@ const translation = {
agent: 'Agent',
workflow: '工作流',
completion: '文本生成',
+ advanced: 'Chatflow',
+ basic: '基础编排',
},
duplicate: '复制',
mermaid: {
@@ -30,25 +32,34 @@ const translation = {
communityIntro: '与团队成员、贡献者和开发者在不同频道中交流',
roadmap: '产品路线图',
newApp: {
+ learnMore: '了解更多',
startFromBlank: '创建空白应用',
startFromTemplate: '从应用模版创建',
captionAppType: '想要哪种应用类型?',
- chatbotDescription: '使用大型语言模型构建基于聊天的助手',
- completionDescription: '构建一个根据提示生成高质量文本的应用程序,例如生成文章、摘要、翻译等。',
+ foundResult: '{{count}} 个结果',
+ foundResults: '{{count}} 个结果',
+ noAppsFound: '未找到应用',
+ noTemplateFound: '未找到模板',
+ noTemplateFoundTip: '请尝试使用不同的关键字进行搜索。',
+ chatbotShortDescription: '简单配置即可构建基于 LLM 的对话机器人',
+ chatbotUserDescription: '通过简单的配置快速搭建一个基于 LLM 的对话机器人。支持切换为 Chatflow 编排。',
+ completionShortDescription: '用于文本生成任务的 AI 助手',
+ completionUserDescription: '通过简单的配置快速搭建一个面向文本生成类任务的 AI 助手。',
completionWarning: '该类型不久后将不再支持创建',
- agentDescription: '构建一个智能Agent,可以自主选择工具来完成任务',
- workflowDescription: '以工作流的形式编排生成型应用,提供更多的自定义能力。 它适合有经验的用户。',
+ agentShortDescription: '具备推理与自主工具调用的智能助手',
+ agentUserDescription: '能够迭代式的规划推理、自主工具调用,直至完成任务目标的智能助手。',
+ workflowShortDescription: '面向单轮自动化任务的编排工作流',
+ workflowUserDescription: '基于工作流编排,适用于自动化、批处理等单轮生成类任务的场景。',
workflowWarning: '正在进行 Beta 测试',
- chatbotType: '聊天助手编排方法',
- basic: '基础编排',
- basicTip: '新手适用,可以切换成工作流编排',
- basicFor: '新手适用',
- basicDescription: '基本编排允许使用简单的设置编排聊天机器人应用程序,而无需修改内置提示。 它适合初学者。',
- advanced: '工作流编排',
- advancedFor: '进阶用户适用',
- advancedDescription: '工作流编排以工作流的形式编排聊天机器人,提供高度的自定义,包括编辑内置提示的能力。 它适合有经验的用户。',
- captionName: '图标 & 名称',
+ advancedShortDescription: '支持记忆的复杂多轮对话工作流',
+ advancedUserDescription: '基于工作流编排,适用于定义等复杂流程的多轮对话场景,具有记忆功能。',
+ chooseAppType: '选择应用类型',
+ forBeginners: '新手适用',
+ forAdvanced: '进阶用户适用',
+ noIdeaTip: '没有想法?试试我们的模板',
+ captionName: '应用名称 & 图标',
appNamePlaceholder: '给你的应用起个名字',
+ optional: '可选',
captionDescription: '描述',
appDescriptionPlaceholder: '输入应用的描述',
useTemplate: '使用该模板',
@@ -78,6 +89,19 @@ const translation = {
appCreateFailed: '应用创建失败',
Confirm: '确认',
},
+ newAppFromTemplate: {
+ byCategories: '分类',
+ searchAllTemplate: '搜索所有模版...',
+ sidebar: {
+ Recommended: '推荐',
+ Agent: 'Agent',
+ Assistant: '助手',
+ HR: '人力资源',
+ Workflow: '工作流',
+ Writing: '写作',
+ Programming: '编程',
+ },
+ },
editApp: '编辑信息',
editAppTitle: '编辑应用信息',
editDone: '应用信息已更新',
@@ -106,6 +130,7 @@ const translation = {
agent: 'Agent',
workflow: '工作流',
completion: '文本生成',
+ advanced: 'Chatflow',
},
tracing: {
title: '追踪应用性能',
diff --git a/web/i18n/zh-Hant/app.ts b/web/i18n/zh-Hant/app.ts
index e68b6466eb..a6c42552fe 100644
--- a/web/i18n/zh-Hant/app.ts
+++ b/web/i18n/zh-Hant/app.ts
@@ -39,7 +39,7 @@ const translation = {
advanced: '工作流編排',
advancedFor: '進階使用者適用',
advancedDescription: '工作流編排以工作流的形式編排聊天機器人,提供高度的自定義,包括編輯內建提示的能力。 它適合有經驗的使用者。',
- captionName: '圖示 & 名稱',
+ captionName: '應用名稱 & 圖示',
appNamePlaceholder: '給你的應用起個名字',
captionDescription: '描述',
appDescriptionPlaceholder: '輸入應用的描述',
diff --git a/web/models/explore.ts b/web/models/explore.ts
index ad60d99c6f..ad243e931e 100644
--- a/web/models/explore.ts
+++ b/web/models/explore.ts
@@ -11,7 +11,7 @@ export type AppBasicInfo = {
use_icon_as_answer_icon: boolean
}
-export type AppCategory = 'Writing' | 'Translate' | 'HR' | 'Programming' | 'Assistant'
+export type AppCategory = 'Writing' | 'Translate' | 'HR' | 'Programming' | 'Assistant' | 'Agent' | 'Recommended' | 'Workflow'
export type App = {
app: AppBasicInfo
diff --git a/web/package.json b/web/package.json
index fffd5d64a5..44e92806d3 100644
--- a/web/package.json
+++ b/web/package.json
@@ -36,7 +36,7 @@
"@mdx-js/react": "^2.3.0",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^14.0.4",
- "@remixicon/react": "^4.2.0",
+ "@remixicon/react": "^4.5.0",
"@sentry/react": "^7.54.0",
"@sentry/utils": "^7.54.0",
"@svgdotjs/svg.js": "^3.2.4",
diff --git a/web/public/screenshots/Light/Agent.png b/web/public/screenshots/Light/Agent.png
new file mode 100644
index 0000000000..fe596a555f
Binary files /dev/null and b/web/public/screenshots/Light/Agent.png differ
diff --git a/web/public/screenshots/Light/Agent@2x.png b/web/public/screenshots/Light/Agent@2x.png
new file mode 100644
index 0000000000..dda71b29e9
Binary files /dev/null and b/web/public/screenshots/Light/Agent@2x.png differ
diff --git a/web/public/screenshots/Light/Agent@3x.png b/web/public/screenshots/Light/Agent@3x.png
new file mode 100644
index 0000000000..0d05644eab
Binary files /dev/null and b/web/public/screenshots/Light/Agent@3x.png differ
diff --git a/web/public/screenshots/Light/ChatFlow.png b/web/public/screenshots/Light/ChatFlow.png
new file mode 100644
index 0000000000..1753de7763
Binary files /dev/null and b/web/public/screenshots/Light/ChatFlow.png differ
diff --git a/web/public/screenshots/Light/ChatFlow@2x.png b/web/public/screenshots/Light/ChatFlow@2x.png
new file mode 100644
index 0000000000..6b72a8d732
Binary files /dev/null and b/web/public/screenshots/Light/ChatFlow@2x.png differ
diff --git a/web/public/screenshots/Light/ChatFlow@3x.png b/web/public/screenshots/Light/ChatFlow@3x.png
new file mode 100644
index 0000000000..7a059af6a4
Binary files /dev/null and b/web/public/screenshots/Light/ChatFlow@3x.png differ
diff --git a/web/public/screenshots/Light/Chatbot.png b/web/public/screenshots/Light/Chatbot.png
new file mode 100644
index 0000000000..b628a930fb
Binary files /dev/null and b/web/public/screenshots/Light/Chatbot.png differ
diff --git a/web/public/screenshots/Light/Chatbot@2x.png b/web/public/screenshots/Light/Chatbot@2x.png
new file mode 100644
index 0000000000..048a9f9036
Binary files /dev/null and b/web/public/screenshots/Light/Chatbot@2x.png differ
diff --git a/web/public/screenshots/Light/Chatbot@3x.png b/web/public/screenshots/Light/Chatbot@3x.png
new file mode 100644
index 0000000000..9b7c1f5999
Binary files /dev/null and b/web/public/screenshots/Light/Chatbot@3x.png differ
diff --git a/web/public/screenshots/Light/Chatflow.png b/web/public/screenshots/Light/Chatflow.png
new file mode 100644
index 0000000000..1753de7763
Binary files /dev/null and b/web/public/screenshots/Light/Chatflow.png differ
diff --git a/web/public/screenshots/Light/Chatflow@2x.png b/web/public/screenshots/Light/Chatflow@2x.png
new file mode 100644
index 0000000000..6b72a8d732
Binary files /dev/null and b/web/public/screenshots/Light/Chatflow@2x.png differ
diff --git a/web/public/screenshots/Light/Chatflow@3x.png b/web/public/screenshots/Light/Chatflow@3x.png
new file mode 100644
index 0000000000..7a059af6a4
Binary files /dev/null and b/web/public/screenshots/Light/Chatflow@3x.png differ
diff --git a/web/public/screenshots/Light/TextGenerator.png b/web/public/screenshots/Light/TextGenerator.png
new file mode 100644
index 0000000000..14973451cc
Binary files /dev/null and b/web/public/screenshots/Light/TextGenerator.png differ
diff --git a/web/public/screenshots/Light/TextGenerator@2x.png b/web/public/screenshots/Light/TextGenerator@2x.png
new file mode 100644
index 0000000000..7e1baae97b
Binary files /dev/null and b/web/public/screenshots/Light/TextGenerator@2x.png differ
diff --git a/web/public/screenshots/Light/TextGenerator@3x.png b/web/public/screenshots/Light/TextGenerator@3x.png
new file mode 100644
index 0000000000..746e9ac1be
Binary files /dev/null and b/web/public/screenshots/Light/TextGenerator@3x.png differ
diff --git a/web/public/screenshots/Light/Workflow.png b/web/public/screenshots/Light/Workflow.png
new file mode 100644
index 0000000000..a82c9a6a4d
Binary files /dev/null and b/web/public/screenshots/Light/Workflow.png differ
diff --git a/web/public/screenshots/Light/Workflow@2x.png b/web/public/screenshots/Light/Workflow@2x.png
new file mode 100644
index 0000000000..0a1a19435b
Binary files /dev/null and b/web/public/screenshots/Light/Workflow@2x.png differ
diff --git a/web/public/screenshots/Light/Workflow@3x.png b/web/public/screenshots/Light/Workflow@3x.png
new file mode 100644
index 0000000000..914ce45003
Binary files /dev/null and b/web/public/screenshots/Light/Workflow@3x.png differ
diff --git a/web/public/screenshots/dark/Agent.png b/web/public/screenshots/dark/Agent.png
new file mode 100644
index 0000000000..fc631221dc
Binary files /dev/null and b/web/public/screenshots/dark/Agent.png differ
diff --git a/web/public/screenshots/dark/Agent@2x.png b/web/public/screenshots/dark/Agent@2x.png
new file mode 100644
index 0000000000..23c8b2a19c
Binary files /dev/null and b/web/public/screenshots/dark/Agent@2x.png differ
diff --git a/web/public/screenshots/dark/Agent@3x.png b/web/public/screenshots/dark/Agent@3x.png
new file mode 100644
index 0000000000..fb5b689fb0
Binary files /dev/null and b/web/public/screenshots/dark/Agent@3x.png differ
diff --git a/web/public/screenshots/dark/Chatbot.png b/web/public/screenshots/dark/Chatbot.png
new file mode 100644
index 0000000000..1f126ff33e
Binary files /dev/null and b/web/public/screenshots/dark/Chatbot.png differ
diff --git a/web/public/screenshots/dark/Chatbot@2x.png b/web/public/screenshots/dark/Chatbot@2x.png
new file mode 100644
index 0000000000..d45cd2fffd
Binary files /dev/null and b/web/public/screenshots/dark/Chatbot@2x.png differ
diff --git a/web/public/screenshots/dark/Chatbot@3x.png b/web/public/screenshots/dark/Chatbot@3x.png
new file mode 100644
index 0000000000..12651f405b
Binary files /dev/null and b/web/public/screenshots/dark/Chatbot@3x.png differ
diff --git a/web/public/screenshots/dark/Chatflow.png b/web/public/screenshots/dark/Chatflow.png
new file mode 100644
index 0000000000..27d42827d7
Binary files /dev/null and b/web/public/screenshots/dark/Chatflow.png differ
diff --git a/web/public/screenshots/dark/Chatflow@2x.png b/web/public/screenshots/dark/Chatflow@2x.png
new file mode 100644
index 0000000000..c10848bc6b
Binary files /dev/null and b/web/public/screenshots/dark/Chatflow@2x.png differ
diff --git a/web/public/screenshots/dark/Chatflow@3x.png b/web/public/screenshots/dark/Chatflow@3x.png
new file mode 100644
index 0000000000..3385409f15
Binary files /dev/null and b/web/public/screenshots/dark/Chatflow@3x.png differ
diff --git a/web/public/screenshots/dark/TextGenerator.png b/web/public/screenshots/dark/TextGenerator.png
new file mode 100644
index 0000000000..12de1b2895
Binary files /dev/null and b/web/public/screenshots/dark/TextGenerator.png differ
diff --git a/web/public/screenshots/dark/TextGenerator@2x.png b/web/public/screenshots/dark/TextGenerator@2x.png
new file mode 100644
index 0000000000..66055d3f01
Binary files /dev/null and b/web/public/screenshots/dark/TextGenerator@2x.png differ
diff --git a/web/public/screenshots/dark/TextGenerator@3x.png b/web/public/screenshots/dark/TextGenerator@3x.png
new file mode 100644
index 0000000000..baf4b77214
Binary files /dev/null and b/web/public/screenshots/dark/TextGenerator@3x.png differ
diff --git a/web/public/screenshots/dark/Workflow.png b/web/public/screenshots/dark/Workflow.png
new file mode 100644
index 0000000000..9d20a683b5
Binary files /dev/null and b/web/public/screenshots/dark/Workflow.png differ
diff --git a/web/public/screenshots/dark/Workflow@2x.png b/web/public/screenshots/dark/Workflow@2x.png
new file mode 100644
index 0000000000..642b931e0d
Binary files /dev/null and b/web/public/screenshots/dark/Workflow@2x.png differ
diff --git a/web/public/screenshots/dark/Workflow@3x.png b/web/public/screenshots/dark/Workflow@3x.png
new file mode 100644
index 0000000000..79640934f1
Binary files /dev/null and b/web/public/screenshots/dark/Workflow@3x.png differ
diff --git a/web/public/screenshots/light/Agent.png b/web/public/screenshots/light/Agent.png
new file mode 100644
index 0000000000..fe596a555f
Binary files /dev/null and b/web/public/screenshots/light/Agent.png differ
diff --git a/web/public/screenshots/light/Agent@2x.png b/web/public/screenshots/light/Agent@2x.png
new file mode 100644
index 0000000000..dda71b29e9
Binary files /dev/null and b/web/public/screenshots/light/Agent@2x.png differ
diff --git a/web/public/screenshots/light/Agent@3x.png b/web/public/screenshots/light/Agent@3x.png
new file mode 100644
index 0000000000..0d05644eab
Binary files /dev/null and b/web/public/screenshots/light/Agent@3x.png differ
diff --git a/web/public/screenshots/light/Chatbot.png b/web/public/screenshots/light/Chatbot.png
new file mode 100644
index 0000000000..b628a930fb
Binary files /dev/null and b/web/public/screenshots/light/Chatbot.png differ
diff --git a/web/public/screenshots/light/Chatbot@2x.png b/web/public/screenshots/light/Chatbot@2x.png
new file mode 100644
index 0000000000..048a9f9036
Binary files /dev/null and b/web/public/screenshots/light/Chatbot@2x.png differ
diff --git a/web/public/screenshots/light/Chatbot@3x.png b/web/public/screenshots/light/Chatbot@3x.png
new file mode 100644
index 0000000000..9b7c1f5999
Binary files /dev/null and b/web/public/screenshots/light/Chatbot@3x.png differ
diff --git a/web/public/screenshots/light/Chatflow.png b/web/public/screenshots/light/Chatflow.png
new file mode 100644
index 0000000000..1753de7763
Binary files /dev/null and b/web/public/screenshots/light/Chatflow.png differ
diff --git a/web/public/screenshots/light/Chatflow@2x.png b/web/public/screenshots/light/Chatflow@2x.png
new file mode 100644
index 0000000000..6b72a8d732
Binary files /dev/null and b/web/public/screenshots/light/Chatflow@2x.png differ
diff --git a/web/public/screenshots/light/Chatflow@3x.png b/web/public/screenshots/light/Chatflow@3x.png
new file mode 100644
index 0000000000..7a059af6a4
Binary files /dev/null and b/web/public/screenshots/light/Chatflow@3x.png differ
diff --git a/web/public/screenshots/light/TextGenerator.png b/web/public/screenshots/light/TextGenerator.png
new file mode 100644
index 0000000000..14973451cc
Binary files /dev/null and b/web/public/screenshots/light/TextGenerator.png differ
diff --git a/web/public/screenshots/light/TextGenerator@2x.png b/web/public/screenshots/light/TextGenerator@2x.png
new file mode 100644
index 0000000000..7e1baae97b
Binary files /dev/null and b/web/public/screenshots/light/TextGenerator@2x.png differ
diff --git a/web/public/screenshots/light/TextGenerator@3x.png b/web/public/screenshots/light/TextGenerator@3x.png
new file mode 100644
index 0000000000..746e9ac1be
Binary files /dev/null and b/web/public/screenshots/light/TextGenerator@3x.png differ
diff --git a/web/public/screenshots/light/Workflow.png b/web/public/screenshots/light/Workflow.png
new file mode 100644
index 0000000000..a82c9a6a4d
Binary files /dev/null and b/web/public/screenshots/light/Workflow.png differ
diff --git a/web/public/screenshots/light/Workflow@2x.png b/web/public/screenshots/light/Workflow@2x.png
new file mode 100644
index 0000000000..0a1a19435b
Binary files /dev/null and b/web/public/screenshots/light/Workflow@2x.png differ
diff --git a/web/public/screenshots/light/Workflow@3x.png b/web/public/screenshots/light/Workflow@3x.png
new file mode 100644
index 0000000000..914ce45003
Binary files /dev/null and b/web/public/screenshots/light/Workflow@3x.png differ
diff --git a/web/tailwind.config.js b/web/tailwind.config.js
index 5ede7e29fa..a109d193d7 100644
--- a/web/tailwind.config.js
+++ b/web/tailwind.config.js
@@ -65,12 +65,13 @@ module.exports = {
...tailwindThemeVarDefine,
},
screens: {
- mobile: '100px',
+ 'mobile': '100px',
// => @media (min-width: 100px) { ... }
- tablet: '640px', // 391
+ 'tablet': '640px', // 391
// => @media (min-width: 600px) { ... }
- pc: '769px',
+ 'pc': '769px',
// => @media (min-width: 769px) { ... }
+ '2k': '2560px',
},
boxShadow: {
'xs': '0px 1px 2px 0px rgba(16, 24, 40, 0.05)',
diff --git a/web/yarn.lock b/web/yarn.lock
index 8ac13bca3f..6389f985c7 100644
--- a/web/yarn.lock
+++ b/web/yarn.lock
@@ -2242,10 +2242,10 @@
classcat "^5.0.3"
zustand "^4.4.1"
-"@remixicon/react@^4.2.0":
- version "4.2.0"
- resolved "https://registry.npmjs.org/@remixicon/react/-/react-4.2.0.tgz"
- integrity sha512-eGhKpZ88OU0qkcY9pJu6khBmItDV82nU130E6C68yc+FbljueHlUYy/4CrJsmf860RIDMay2Rpzl27OSJ81miw==
+"@remixicon/react@^4.5.0":
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/@remixicon/react/-/react-4.5.0.tgz#5600d122ee4995bff2c4442cb056eeb4f11ecb5a"
+ integrity sha512-Xr20SxMpRNlgXZnoF5BCMyZuQEhXY3yJCyms8kxB/vJCCiV1nWdiO48XqRG5LBd1192iSHC4m658AIWi6rmBFg==
"@rgrove/parse-xml@^4.1.0":
version "4.1.0"