From b149b2af9b0e01aa70bed211ce7b5a07cbdc31f7 Mon Sep 17 00:00:00 2001 From: amantaphelix Date: Mon, 15 Jul 2024 17:54:58 +0530 Subject: [PATCH] Refactored the SignUp component --- public/index.html | 2 +- src/pages/Signup.jsx | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index 8903439..d0539c2 100644 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@ - \ + diff --git a/src/pages/Signup.jsx b/src/pages/Signup.jsx index 69dcb57..ac2f31e 100644 --- a/src/pages/Signup.jsx +++ b/src/pages/Signup.jsx @@ -100,8 +100,8 @@ function Signup() { return ( -
-
+
+
logo

Connecting You to Your College Canteens

@@ -112,8 +112,8 @@ function Signup() {
-
-
+
+

Hello There!

@@ -217,13 +217,13 @@ function Signup() { > {loading ? "Loading..." : "Sign Up"} - +
Already have an account? Login - +
@@ -286,4 +286,4 @@ function Signup() { ); } -export default Signup; +export default Signup; \ No newline at end of file