diff --git a/web/app/components/explore/universal-chat/index.tsx b/web/app/components/explore/universal-chat/index.tsx index 9a66fdcfb0..ff77c40329 100644 --- a/web/app/components/explore/universal-chat/index.tsx +++ b/web/app/components/explore/universal-chat/index.tsx @@ -76,6 +76,9 @@ const Main: FC = () => { const media = useBreakpoints() const isMobile = media === MediaType.mobile + useEffect(() => { + document.title = `${t('explore.sidebar.chat')} - Dify` + }, []) /* * app info */