From 308209329343fb5e26aeb5e2e09dec577d0b0b75 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Fri, 23 Feb 2024 14:54:03 +0800 Subject: [PATCH] fix: webapp name (#2543) --- .../base/chat/chat-with-history/config-panel/index.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/web/app/components/base/chat/chat-with-history/config-panel/index.tsx b/web/app/components/base/chat/chat-with-history/config-panel/index.tsx index 20a54da83a..d90e4025d3 100644 --- a/web/app/components/base/chat/chat-with-history/config-panel/index.tsx +++ b/web/app/components/base/chat/chat-with-history/config-panel/index.tsx @@ -3,6 +3,7 @@ import { useTranslation } from 'react-i18next' import { useChatWithHistoryContext } from '../context' import Form from './form' import Button from '@/app/components/base/button' +import AppIcon from '@/app/components/base/app-icon' import { MessageDotsCircle } from '@/app/components/base/icons/src/vender/solid/communication' import { Edit02 } from '@/app/components/base/icons/src/vender/line/general' import { Star06 } from '@/app/components/base/icons/src/vender/solid/shapes' @@ -40,8 +41,13 @@ const ConfigPanel = () => { { showConfigPanelBeforeChat && ( <> -
- {appData?.site.icon} {appData?.site.title} +
+ + {appData?.site.title}
{ appData?.site.description && (