From 5c98260cec0ba4be8552272f9159ee8c527875f9 Mon Sep 17 00:00:00 2001 From: KVOJJJin Date: Tue, 9 Apr 2024 17:49:45 +0800 Subject: [PATCH] Fix: picture of workflow (#3241) --- web/app/components/app-sidebar/app-info.tsx | 2 +- web/app/components/app/create-app-modal/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/app-sidebar/app-info.tsx b/web/app/components/app-sidebar/app-info.tsx index cb4e74cda7..42bd05eec2 100644 --- a/web/app/components/app-sidebar/app-info.tsx +++ b/web/app/components/app-sidebar/app-info.tsx @@ -333,7 +333,7 @@ const AppInfo = ({ expand }: IAppInfoProps) => { )}/>
- {t('app.newApp.advanced')} + {showSwitchTip === 'chat' ? t('app.newApp.advanced') : t('app.types.workflow')} BETA
{t('app.newApp.advancedFor').toLocaleUpperCase()}
diff --git a/web/app/components/app/create-app-modal/index.tsx b/web/app/components/app/create-app-modal/index.tsx index 1dd54bc66c..47296e4d1e 100644 --- a/web/app/components/app/create-app-modal/index.tsx +++ b/web/app/components/app/create-app-modal/index.tsx @@ -243,7 +243,7 @@ const CreateAppModal = ({ show, onSuccess, onClose }: CreateAppDialogProps) => { 'hidden z-20 absolute right-[26px] top-[-158px] w-[376px] rounded-xl bg-white border-[0.5px] border-[rgba(0,0,0,0.05)] shadow-lg group-hover:block', )} > -
+