From 16a15629001f8843920625adae641d4f4ee799cc Mon Sep 17 00:00:00 2001 From: JzoNg Date: Tue, 19 Mar 2024 17:06:13 +0800 Subject: [PATCH] fix style of tip modal --- web/app/components/app-sidebar/app-info.tsx | 7 +++++-- web/app/components/app/create-app-dialog/index.tsx | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/app/components/app-sidebar/app-info.tsx b/web/app/components/app-sidebar/app-info.tsx index 394756039a..ec9e2f2bff 100644 --- a/web/app/components/app-sidebar/app-info.tsx +++ b/web/app/components/app-sidebar/app-info.tsx @@ -287,12 +287,15 @@ const AppInfo = ({ expand }: IAppInfoProps) => { )} >
-
{t('app.newApp.advanced')}
+
+ {t('app.newApp.advanced')} + BETA +
{t('app.newApp.advancedFor')}
{t('app.newApp.advancedDescription')}
diff --git a/web/app/components/app/create-app-dialog/index.tsx b/web/app/components/app/create-app-dialog/index.tsx index 2cc4b0b919..83ee455996 100644 --- a/web/app/components/app/create-app-dialog/index.tsx +++ b/web/app/components/app/create-app-dialog/index.tsx @@ -44,7 +44,7 @@ const CreateAppDialog = ({ show, onSuccess, onClose }: CreateAppDialogProps) => > {showInstruction === 'BASIC' && ( <> -
+
{t('app.newApp.basic')}
{t('app.newApp.basicFor')}
@@ -54,7 +54,7 @@ const CreateAppDialog = ({ show, onSuccess, onClose }: CreateAppDialogProps) => )} {showInstruction === 'ADVANCED' && ( <> -
+
{t('app.newApp.advanced')}