diff --git a/frontend/components/Footer.tsx b/frontend/components/Footer.tsx
index 649c096..a100da3 100644
--- a/frontend/components/Footer.tsx
+++ b/frontend/components/Footer.tsx
@@ -1,3 +1,4 @@
+import Image from 'next/image';
import { Link, NextUiLinkClasses } from '@/src/i18n/routing';
import { LocaleCodeType } from '@/types/locale';
@@ -7,10 +8,18 @@ type Props = {
export default function Footer({ locale }: Props) {
return (
-
-
Copyright © 2024-present UnitTCMS
+
+
+
+
+
+ Copyright © 2024-present
+
+ UnitTCMS
+
+
-
+
Status
diff --git a/frontend/src/app/[locale]/account/authPage.tsx b/frontend/src/app/[locale]/account/authPage.tsx
index 5f6623e..d83cea3 100644
--- a/frontend/src/app/[locale]/account/authPage.tsx
+++ b/frontend/src/app/[locale]/account/authPage.tsx
@@ -11,6 +11,7 @@ import { TokenContext } from '@/utils/TokenProvider';
import { useRouter } from '@/src/i18n/routing';
import Config from '@/config/config';
import { LocaleCodeType } from '@/types/locale';
+import Footer from '@/components/Footer';
const isDemoSite = Config.isDemoSite;
type Props = {
@@ -93,74 +94,56 @@ export default function AuthPage({ isSignup, messages, locale }: Props) {
};
return (
-
-
- {messages.title}
- }
- >
- {messages.linkTitle}
-
-
-
-