diff --git a/app/components/index.tsx b/app/components/index.tsx index aea5bcb..4a27087 100644 --- a/app/components/index.tsx +++ b/app/components/index.tsx @@ -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]) diff --git a/app/components/welcome/index.tsx b/app/components/welcome/index.tsx index 3fa510b..633261d 100644 --- a/app/components/welcome/index.tsx +++ b/app/components/welcome/index.tsx @@ -323,7 +323,7 @@ const Welcome: FC = ({ :
} - + {t('app.chat.powerBy')} diff --git a/app/components/welcome/massive-component.tsx b/app/components/welcome/massive-component.tsx index 244b094..41240bd 100644 --- a/app/components/welcome/massive-component.tsx +++ b/app/components/welcome/massive-component.tsx @@ -70,21 +70,5 @@ export const EditBtn = ({ className, onClick }: { className?: string; onClick: ( } export const FootLogo = () => ( - - - - - - - - - - - - - - - - - +
) diff --git a/app/components/welcome/style.module.css b/app/components/welcome/style.module.css index 458a112..b007bf2 100644 --- a/app/components/welcome/style.module.css +++ b/app/components/welcome/style.module.css @@ -19,4 +19,11 @@ .customBtn { width: 136px; +} + +.logo { + width: 48px; + height: 20px; + background: url(./icons/logo.png) center center no-repeat; + background-size: contain; } \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico index 898cc1a..00c1f4f 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ