From a83ccccffc3c2756aac3afaef416120c16c2396e Mon Sep 17 00:00:00 2001 From: Leo <38490578+yuyinws@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:31:47 +0800 Subject: [PATCH] fix: incorrect webapp image displayed (#9401) --- .../components/base/chat/chat-with-history/header-in-mobile.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/components/base/chat/chat-with-history/header-in-mobile.tsx b/web/app/components/base/chat/chat-with-history/header-in-mobile.tsx index 7082e67462..4178940014 100644 --- a/web/app/components/base/chat/chat-with-history/header-in-mobile.tsx +++ b/web/app/components/base/chat/chat-with-history/header-in-mobile.tsx @@ -28,6 +28,8 @@ const HeaderInMobile = () => { className='mr-2' size='tiny' icon={appData?.site.icon} + iconType={appData?.site.icon_type} + imageUrl={appData?.site.icon_url} background={appData?.site.icon_background} />