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} />