diff --git a/src/App.jsx b/src/App.jsx
index 692fce4..51c606c 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -23,7 +23,7 @@ const App = () => {
{/* */}
{/* */}
-
+ {/* */}
);
diff --git a/src/components/signup/Signup.css b/src/components/signup/Signup.css
index f142fdf..b1ff0ba 100644
--- a/src/components/signup/Signup.css
+++ b/src/components/signup/Signup.css
@@ -86,8 +86,8 @@
pointer-events: none;
font-size: 1em;
color: rgb(1, 209, 105,0.5);
-
- text-transform: uppercase;
+ color: transparent;
+ text-transform: uppercase;;
}
.btn-primary {
diff --git a/src/components/signup/Signup.jsx b/src/components/signup/Signup.jsx
index b63999b..e69de29 100644
--- a/src/components/signup/Signup.jsx
+++ b/src/components/signup/Signup.jsx
@@ -1,30 +0,0 @@
-import React from 'react'
-import './Signup.css'
-const Signup = () => {
- return (
-
-
-
-
SIGN UP
-
Sign in now and register for upcoming events and
- future announcements.
-
-
-
-
- )
-}
-
-export default Signup
\ No newline at end of file