diff --git a/web/app/components/header/account-about/index.tsx b/web/app/components/header/account-about/index.tsx index 2a7ee58bcf..ced9ab5614 100644 --- a/web/app/components/header/account-about/index.tsx +++ b/web/app/components/header/account-about/index.tsx @@ -2,6 +2,7 @@ import { useTranslation } from 'react-i18next' import classNames from 'classnames' import Link from 'next/link' +import dayjs from 'dayjs' import s from './index.module.css' import Modal from '@/app/components/base/modal' import { XClose } from '@/app/components/base/icons/src/vender/line/general' @@ -38,7 +39,7 @@ export default function AccountAbout({
Version {langeniusVersionInfo?.current_version}
-
© 2023 LangGenius, Inc., Contributors.
+
© {dayjs().year()} LangGenius, Inc., Contributors.
{ IS_CE_EDITION