feat: chat add page title (#667)

This commit is contained in:
Joel
2023-07-28 14:44:45 +08:00
committed by GitHub
parent c5b68fb273
commit 23e52f14e3

View File

@@ -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
*/