diff --git a/web/app/(shareLayout)/webapp-reset-password/layout.tsx b/web/app/(shareLayout)/webapp-reset-password/layout.tsx index e0ac6b9ad6..53e5231623 100644 --- a/web/app/(shareLayout)/webapp-reset-password/layout.tsx +++ b/web/app/(shareLayout)/webapp-reset-password/layout.tsx @@ -21,9 +21,7 @@ export default function SignInLayout({ children }: any) { {children} - {!systemFeatures.branding.enabled &&
- © {new Date().getFullYear()} LangGenius, Inc. All rights reserved. -
} + diff --git a/web/app/(shareLayout)/webapp-signin/layout.tsx b/web/app/(shareLayout)/webapp-signin/layout.tsx index a03364d326..2b8af76ab5 100644 --- a/web/app/(shareLayout)/webapp-signin/layout.tsx +++ b/web/app/(shareLayout)/webapp-signin/layout.tsx @@ -1,11 +1,9 @@ 'use client' import cn from '@/utils/classnames' -import { useGlobalPublicStore } from '@/context/global-public-context' import useDocumentTitle from '@/hooks/use-document-title' export default function SignInLayout({ children }: any) { - const { systemFeatures } = useGlobalPublicStore() useDocumentTitle('') return <>
@@ -16,9 +14,7 @@ export default function SignInLayout({ children }: any) { {children}
- {systemFeatures.branding.enabled === false &&
- © {new Date().getFullYear()} LangGenius, Inc. All rights reserved. -
} + diff --git a/web/app/activate/page.tsx b/web/app/activate/page.tsx index cfb1e6b149..c33c365789 100644 --- a/web/app/activate/page.tsx +++ b/web/app/activate/page.tsx @@ -3,18 +3,14 @@ import React from 'react' import Header from '../signin/_header' import ActivateForm from './activateForm' import cn from '@/utils/classnames' -import { useGlobalPublicStore } from '@/context/global-public-context' const Activate = () => { - const { systemFeatures } = useGlobalPublicStore() return (
- {!systemFeatures.branding.enabled &&
- © {new Date().getFullYear()} LangGenius, Inc. All rights reserved. -
} +
) diff --git a/web/app/components/header/account-about/index.tsx b/web/app/components/header/account-about/index.tsx index 280e276be9..617daf457e 100644 --- a/web/app/components/header/account-about/index.tsx +++ b/web/app/components/header/account-about/index.tsx @@ -1,7 +1,6 @@ 'use client' import { useTranslation } from 'react-i18next' import Link from 'next/link' -import dayjs from 'dayjs' import { RiCloseLine } from '@remixicon/react' import Modal from '@/app/components/base/modal' import Button from '@/app/components/base/button' @@ -45,7 +44,7 @@ export default function AccountAbout({
Version {langeniusVersionInfo?.current_version}
-
© {dayjs().year()} LangGenius, Inc., Contributors.
+
{ IS_CE_EDITION diff --git a/web/app/forgot-password/page.tsx b/web/app/forgot-password/page.tsx index 3b92b7b013..018ba06b25 100644 --- a/web/app/forgot-password/page.tsx +++ b/web/app/forgot-password/page.tsx @@ -6,22 +6,17 @@ import Header from '../signin/_header' import ForgotPasswordForm from './ForgotPasswordForm' import ChangePasswordForm from '@/app/forgot-password/ChangePasswordForm' import useDocumentTitle from '@/hooks/use-document-title' -import { useGlobalPublicStore } from '@/context/global-public-context' const ForgotPassword = () => { useDocumentTitle('') const searchParams = useSearchParams() const token = searchParams.get('token') - const { systemFeatures } = useGlobalPublicStore() return (
{token ? : } - {!systemFeatures.branding.enabled &&
- © {new Date().getFullYear()} LangGenius, Inc. All rights reserved. -
}
) diff --git a/web/app/install/page.tsx b/web/app/install/page.tsx index 304f44b35c..54dc173e24 100644 --- a/web/app/install/page.tsx +++ b/web/app/install/page.tsx @@ -3,18 +3,14 @@ import React from 'react' import Header from '../signin/_header' import InstallForm from './installForm' import cn from '@/utils/classnames' -import { useGlobalPublicStore } from '@/context/global-public-context' const Install = () => { - const { systemFeatures } = useGlobalPublicStore() return (
- {!systemFeatures.branding.enabled &&
- © {new Date().getFullYear()} LangGenius, Inc. All rights reserved. -
} +
) diff --git a/web/app/reset-password/layout.tsx b/web/app/reset-password/layout.tsx index 979c64e7c9..fc087e5cbc 100644 --- a/web/app/reset-password/layout.tsx +++ b/web/app/reset-password/layout.tsx @@ -21,9 +21,6 @@ export default function SignInLayout({ children }: any) { {children}
- {!systemFeatures.branding.enabled &&
- © {new Date().getFullYear()} LangGenius, Inc. All rights reserved. -
} diff --git a/web/app/signin/layout.tsx b/web/app/signin/layout.tsx index 4e9ac7ebf9..16bb4f44f9 100644 --- a/web/app/signin/layout.tsx +++ b/web/app/signin/layout.tsx @@ -2,11 +2,9 @@ import Header from './_header' import cn from '@/utils/classnames' -import { useGlobalPublicStore } from '@/context/global-public-context' import useDocumentTitle from '@/hooks/use-document-title' export default function SignInLayout({ children }: any) { - const { systemFeatures } = useGlobalPublicStore() useDocumentTitle('') return <>
@@ -17,9 +15,7 @@ export default function SignInLayout({ children }: any) { {children}
- {systemFeatures.branding.enabled === false &&
- © {new Date().getFullYear()} LangGenius, Inc. All rights reserved. -
} + diff --git a/web/public/logo/logo-embedded-chat-avatar.png b/web/public/logo/logo-embedded-chat-avatar.png index 3efb68ec53..0251f161a1 100644 Binary files a/web/public/logo/logo-embedded-chat-avatar.png and b/web/public/logo/logo-embedded-chat-avatar.png differ diff --git a/web/public/logo/logo-embedded-chat-header.png b/web/public/logo/logo-embedded-chat-header.png index 058f7d27e8..96b0059911 100644 Binary files a/web/public/logo/logo-embedded-chat-header.png and b/web/public/logo/logo-embedded-chat-header.png differ diff --git a/web/public/logo/logo-embedded-chat-header@2x.png b/web/public/logo/logo-embedded-chat-header@2x.png index 9e1194767a..5793f35033 100644 Binary files a/web/public/logo/logo-embedded-chat-header@2x.png and b/web/public/logo/logo-embedded-chat-header@2x.png differ diff --git a/web/public/logo/logo-embedded-chat-header@3x.png b/web/public/logo/logo-embedded-chat-header@3x.png index 5285ed6b94..b1d6b683bd 100644 Binary files a/web/public/logo/logo-embedded-chat-header@3x.png and b/web/public/logo/logo-embedded-chat-header@3x.png differ diff --git a/web/public/logo/logo-monochrome-white.svg b/web/public/logo/logo-monochrome-white.svg index 9a166ba6d8..bcb279d11a 100644 --- a/web/public/logo/logo-monochrome-white.svg +++ b/web/public/logo/logo-monochrome-white.svg @@ -1,12 +1,7 @@ - - - - - - - - - - - - + + + + + + + \ No newline at end of file diff --git a/web/public/logo/logo-site-dark.png b/web/public/logo/logo-site-dark.png index 3222d40bb4..7cf1bd978c 100644 Binary files a/web/public/logo/logo-site-dark.png and b/web/public/logo/logo-site-dark.png differ diff --git a/web/public/logo/logo-site.png b/web/public/logo/logo-site.png index 8c2bb469ff..dbc732eb5d 100644 Binary files a/web/public/logo/logo-site.png and b/web/public/logo/logo-site.png differ diff --git a/web/public/logo/logo.svg b/web/public/logo/logo.svg index 52ed710f52..aeadb0cfc6 100644 --- a/web/public/logo/logo.svg +++ b/web/public/logo/logo.svg @@ -1,12 +1,7 @@ - - - - - - - - - - - - + + + + + + + \ No newline at end of file