From a2105634a4adbd699cff8f979d1f55cf8b96b707 Mon Sep 17 00:00:00 2001 From: Nam Vu Date: Fri, 3 Jan 2025 13:16:17 +0700 Subject: [PATCH] chore: change app card layout follow by #10847 (#12317) --- web/app/components/explore/app-card/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/explore/app-card/index.tsx b/web/app/components/explore/app-card/index.tsx index f1826395f7..36034195ee 100644 --- a/web/app/components/explore/app-card/index.tsx +++ b/web/app/components/explore/app-card/index.tsx @@ -52,11 +52,11 @@ const AppCard = ({
-
+
{appBasicInfo.name}
-
- {appBasicInfo.mode === 'advanced-chat' &&
{t('app.types.chatbot').toUpperCase()}
} +
+ {appBasicInfo.mode === 'advanced-chat' &&
{t('app.types.advanced').toUpperCase()}
} {appBasicInfo.mode === 'chat' &&
{t('app.types.chatbot').toUpperCase()}
} {appBasicInfo.mode === 'agent-chat' &&
{t('app.types.agent').toUpperCase()}
} {appBasicInfo.mode === 'workflow' &&
{t('app.types.workflow').toUpperCase()}
} @@ -64,7 +64,7 @@ const AppCard = ({
-
+
{app.description}