more
This commit is contained in:
@@ -38,6 +38,7 @@ const SignupPage = () => {
|
||||
const [showSelectPlan, setShowSelectPlan] = useState(true);
|
||||
|
||||
const signupRadioFields = [
|
||||
[
|
||||
{
|
||||
name: "Monthly - basic",
|
||||
label: "Monthly - basic",
|
||||
@@ -49,6 +50,20 @@ const SignupPage = () => {
|
||||
label: "Annual - unlimte",
|
||||
value: "annualUnlimited",
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
name: "Monthly - basic",
|
||||
label: "Monthly - basic",
|
||||
value: "monthlyBasic",
|
||||
},
|
||||
{ name: "Monthly - pro", label: "Monthly - pro", value: "monthlyPro" },
|
||||
{
|
||||
name: "Annual - unlimted",
|
||||
label: "Annual - unlimte",
|
||||
value: "annualUnlimited",
|
||||
},
|
||||
],
|
||||
];
|
||||
|
||||
const modalText = "Description of monthly and annual subscriptions";
|
||||
|
||||
Reference in New Issue
Block a user