feat: chat add page title (#667)

pull/669/head
Joel 3 years ago committed by GitHub
parent c5b68fb273
commit 23e52f14e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,6 +76,9 @@ const Main: FC<IMainProps> = () => {
const media = useBreakpoints()
const isMobile = media === MediaType.mobile
useEffect(() => {
document.title = `${t('explore.sidebar.chat')} - Dify`
}, [])
/*
* app info
*/

Loading…
Cancel
Save