diff --git a/src/component/auth/AuthFooter.jsx b/src/component/auth/AuthFooter.jsx new file mode 100644 index 0000000..3b1bfc6 --- /dev/null +++ b/src/component/auth/AuthFooter.jsx @@ -0,0 +1,38 @@ +import React from 'react' +import GoogleDownload from '../../assets/img/download/andriod.jpg' +import IOSDownload from '../../assets/img/download/apple.jpg' + +export default function AuthFooter() { + return ( +
+
+
+
+
+
+
+ + IOS Download + +
+
+ +
+
+ + IOS Download + +
+
+
+ +
+ Home + About + Contact + Terms +
+
+ ) +} diff --git a/src/component/auth/Login2.jsx b/src/component/auth/Login2.jsx index 3f070cf..734a07c 100644 --- a/src/component/auth/Login2.jsx +++ b/src/component/auth/Login2.jsx @@ -9,8 +9,7 @@ import siteLinks from '../../links/siteLinks' import { loginUser } from '../../services/services' import { updateUserDetails } from '../../store/UserDetails' -import GoogleDownload from '../../assets/img/download/andriod.jpg' -import IOSDownload from '../../assets/img/download/apple.jpg' +import AuthFooter from './AuthFooter' export default function Login() { @@ -133,35 +132,7 @@ export default function Login() { -
-
-
-
-
-
- - IOS Download - -
-
- -
-
- - IOS Download - -
-
-
- -
- Home - About - Contact - Terms -
- + diff --git a/src/component/auth/Signup2.jsx b/src/component/auth/Signup2.jsx index 87ae7f3..f894ffb 100644 --- a/src/component/auth/Signup2.jsx +++ b/src/component/auth/Signup2.jsx @@ -9,6 +9,7 @@ import siteLinks from '../../links/siteLinks' import {useMutation} from '@tanstack/react-query'; import {signUpUser} from '../../services/services'; import getImage from '../../utils/getImage'; +import AuthFooter from './AuthFooter'; const validationSchema = Yup.object().shape({ email: Yup.string() @@ -64,9 +65,9 @@ export default function Signup2() {
-
+

{process.env.REACT_APP_PANEL_NAME}

-

Welcome, Please create your account.

+

Welcome, please create your account.

-

Already have an account ? - -

+

+ Already have an account? + + + +

); }} +