From 46547e117a8362707e43799573ce64e05cedc4c1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 7 Aug 2025 11:24:52 +0700 Subject: [PATCH] remove logo --- app/components/index.tsx | 2 +- app/components/welcome/index.tsx | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/components/index.tsx b/app/components/index.tsx index 9b16f26..889fd3b 100644 --- a/app/components/index.tsx +++ b/app/components/index.tsx @@ -51,7 +51,7 @@ const Main: FC = () => { 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 diff --git a/app/components/welcome/index.tsx b/app/components/welcome/index.tsx index b795261..9365e24 100644 --- a/app/components/welcome/index.tsx +++ b/app/components/welcome/index.tsx @@ -380,10 +380,7 @@ const Welcome: FC = ({ :
} - - {t('app.chat.powerBy')} - - + )}