From 265e20736e93e964a64ccda49443cd6fd5dd842f Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 19 Apr 2024 17:04:16 -0500 Subject: [PATCH] more --- src/Components/SignupPage/SignupPage.js | 5 +---- src/styles/signup.scss | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) 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 {