From 0bef976bcab7f0f19e72f5f9ae01226ac4a2bc34 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 21 Jul 2025 20:07:11 -0400 Subject: [PATCH] footer links --- src/component/auth/ExtFooter.jsx | 10 ++++++++++ src/component/auth/Login2.jsx | 7 ++++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 src/component/auth/ExtFooter.jsx diff --git a/src/component/auth/ExtFooter.jsx b/src/component/auth/ExtFooter.jsx new file mode 100644 index 0000000..5ee4354 --- /dev/null +++ b/src/component/auth/ExtFooter.jsx @@ -0,0 +1,10 @@ +import React from "react"; + +export default function ExtFooter() { + return
+ Home + About + Contact + Terms +
+} \ No newline at end of file diff --git a/src/component/auth/Login2.jsx b/src/component/auth/Login2.jsx index aeda597..5d4e91c 100644 --- a/src/component/auth/Login2.jsx +++ b/src/component/auth/Login2.jsx @@ -124,7 +124,7 @@ export default function Login() {
-

Don't have an account ? Sign Up

+

Don't have an account ?Sign Up

@@ -133,7 +133,7 @@ export default function Login() {
- IOS Download + IOS Download
@@ -141,7 +141,7 @@ export default function Login() {
- IOS Download + IOS Download
@@ -153,6 +153,7 @@ export default function Login() { Contact Terms + -- 2.34.1