mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 01:18:58 +08:00
feat: chat add page title (#667)
This commit is contained in:
parent
c5b68fb273
commit
23e52f14e3
@ -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…
x
Reference in New Issue
Block a user