Merge pull request #107 from kjannette/cards2

Cards2
This commit is contained in:
S Jannette
2024-02-23 06:59:43 -06:00
committed by GitHub
3 changed files with 13 additions and 4 deletions

View File

@@ -45,12 +45,12 @@ const SignupPage = () => {
getFormDataDefaults(paymentfields)
);
const [showPaymentModal, setShowPaymentModal] = useState(false);
/*
const [showSelectPlan, setShowSelectPlan] = useState(
isUpgrade ? true : false
);
//const [showSelectPlan, setShowSelectPlan] = useState(true);
*/
const [showSelectPlan, setShowSelectPlan] = useState(true);
const [activeRadioOption, setActiveRadioOption] = useState("partner");
const [selectedPlan, setSelectedPlan] = useState([signupRadioFields[1]]);
const stripe = new Stripe(stripeApiKey);

View File

@@ -86,6 +86,11 @@
.desktop-hamburg {
display: none;
}
.navbar-main {
width: 390px;
}
.nav-logo {
height: 38px;
}

View File

@@ -491,13 +491,17 @@
}
.signup-freebie-box {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
padding-left: 7px;
}
.toggle-arrow-box {
display: none;
}
.upload-button-box {