From 013bffc1614cbc63ba46177db051618fee43dfa0 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:39:29 +0800 Subject: [PATCH] fix: copyright with latest time (#5271) --- web/app/components/header/account-about/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/components/header/account-about/index.tsx b/web/app/components/header/account-about/index.tsx index 2a7ee58bc..ced9ab561 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