remove logo

This commit is contained in:
Your Name 2025-08-07 11:24:52 +07:00
parent b35f0effe5
commit 46547e117a
2 changed files with 2 additions and 5 deletions

View file

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