Merge pull request #59 from kjannette/greer

Greer
This commit is contained in:
S Jannette
2024-01-29 17:20:14 -06:00
committed by GitHub
4 changed files with 6 additions and 1 deletions

View File

@@ -245,6 +245,7 @@ const SignupPage = () => {
paymentDataValues,
customerDataValues
) {
console.log("======>numberOfAccountsToAdd", numberOfAccountsToAdd);
const additionalAccounts = numberOfAccountsToAdd
? numberOfAccountsToAdd
: 0;

View File

@@ -6,6 +6,7 @@ export const signupRadioFields = [
description: [
"1 document per month",
"Carryover 1 document to next period",
"Documents conforming with state rules",
"24/7 support",
"First month free!",
],
@@ -23,6 +24,7 @@ export const signupRadioFields = [
description: [
"3 documents per month",
"Carryover 2 documents to next period",
"Documents conforming with state rules",
"Up to 2 additional accounts: $49/each",
"24/7 support",
],
@@ -39,6 +41,7 @@ export const signupRadioFields = [
value: "seniorPartner",
description: [
"Unlimited documents.",
"Documents conforming with state rules",
"24/7 Triage-level support response",
"Up to 8 additional accounts at $39/each",
],

View File

@@ -1,4 +1,5 @@
import { CircleFill, Circle } from "react-bootstrap-icons";
import check from "../Assets/Images/check.png";
import "../styles/radio.scss";
const Radio = (props) => {

View File

@@ -11,7 +11,7 @@
flex-direction: column;
align-items: center;
margin-top: 45px;
width: 920px;
width: 960px;
padding: 12px;
border-radius: 10px;
background-color: rgb(240, 247, 250);