diff --git a/package-lock.json b/package-lock.json
index 20a6fccc..019e40b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19263,4 +19263,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index ff93f52a..d907717d 100644
--- a/src/App.js
+++ b/src/App.js
@@ -335,7 +335,7 @@ function App() {
{/* Remember Me and Forgot Password section */}
diff --git a/src/pages/Signup.js b/src/pages/Signup.js
index e4a2f751..eccc6779 100644
--- a/src/pages/Signup.js
+++ b/src/pages/Signup.js
@@ -1,6 +1,6 @@
import { SignUp } from "@clerk/clerk-react";
import React, { useState } from 'react';
-
+import Header from "../components/Common/Header"
export default function SignUpPage() {
const [password, setPassword] = useState("");
const [passwordError, setPasswordError] = useState("");
@@ -33,14 +33,14 @@ export default function SignUpPage() {
style={{
display: "flex",
flexDirection: "column",
- justifyContent: "center",
+
alignItems: "center",
minHeight: "100vh",
backgroundColor: "#f7fafc",
padding: "1rem",
}}
>
-
-
+
*/}
+