forked from tuvn86/webapp-conversation
remove logo
This commit is contained in:
parent
b35f0effe5
commit
46547e117a
2 changed files with 2 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ const Main: FC<IMainProps> = () => {
|
|||
|
||||
useEffect(() => {
|
||||
if (APP_INFO?.title)
|
||||
document.title = `${APP_INFO.title} - Powered by Dify`
|
||||
document.title = `${APP_INFO.title}`
|
||||
}, [APP_INFO?.title])
|
||||
|
||||
// onData change thought (the produce obj). https://github.com/immerjs/immer/issues/576
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue