chore: to new logo and name

This commit is contained in:
Joel
2023-05-09 15:08:00 +08:00
parent 06f502a524
commit 9c1cf0adb8
5 changed files with 10 additions and 19 deletions

View File

@ -38,7 +38,7 @@ const Main: FC = () => {
useEffect(() => {
if (APP_INFO?.title) {
document.title = `${APP_INFO.title} - Powered by LangGenius`
document.title = `${APP_INFO.title} - Powered by Dify`
}
}, [APP_INFO?.title])