diff --git a/web/app/components/share/chat/index.tsx b/web/app/components/share/chat/index.tsx index 880fc02043..5d3a93e5f8 100644 --- a/web/app/components/share/chat/index.tsx +++ b/web/app/components/share/chat/index.tsx @@ -341,6 +341,8 @@ const Main: FC = ({ app_id: installedAppInfo?.id, site: { title: installedAppInfo?.app.name, + icon: installedAppInfo?.app.icon, + icon_background: installedAppInfo?.app.icon_background, prompt_public: false, copyright: '', },