Unverified Commit 23e52f14 authored by Joel's avatar Joel Committed by GitHub

feat: chat add page title (#667)

parent c5b68fb2
...@@ -76,6 +76,9 @@ const Main: FC<IMainProps> = () => { ...@@ -76,6 +76,9 @@ const Main: FC<IMainProps> = () => {
const media = useBreakpoints() const media = useBreakpoints()
const isMobile = media === MediaType.mobile const isMobile = media === MediaType.mobile
useEffect(() => {
document.title = `${t('explore.sidebar.chat')} - Dify`
}, [])
/* /*
* app info * app info
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment