diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js
index 7d37d64..d3168ec 100644
--- a/src/Components/SignupPage/SignupPage.js
+++ b/src/Components/SignupPage/SignupPage.js
@@ -625,9 +625,6 @@ const SignupPage = () => {
labelText="Select A Plan"
/>
-
- Free trial available!
-
);
const disableIndex =
@@ -637,7 +634,7 @@ const SignupPage = () => {
{isBusy ?
: null}
{!isUpgrade && !isBusy ? signupForm : <>>}
- {showSelectPlan && !isBusy ? (
+ {true && !isBusy ? (
diff --git a/src/styles/signup.scss b/src/styles/signup.scss
index 6f6ec34..af63e39 100644
--- a/src/styles/signup.scss
+++ b/src/styles/signup.scss
@@ -81,6 +81,7 @@
.signup-proceed {
width: 160px;
+ margin-bottom: 20px;
}
.select-plan-header {