more
This commit is contained in:
@@ -2,7 +2,7 @@ export const signupRadioFields = [
|
||||
{
|
||||
name: "Associate",
|
||||
label: "Monthly - basic",
|
||||
value: "monthlyBasic",
|
||||
value: "associate",
|
||||
description: [
|
||||
"1 document per month",
|
||||
"Carryover 1 document to next period",
|
||||
@@ -18,7 +18,7 @@ export const signupRadioFields = [
|
||||
{
|
||||
name: "Partner",
|
||||
label: "Monthly - pro",
|
||||
value: "monthlyProPlan",
|
||||
value: "partner",
|
||||
description: [
|
||||
"3 documents per month",
|
||||
"Carryover 2 documents to next period",
|
||||
@@ -34,7 +34,7 @@ export const signupRadioFields = [
|
||||
{
|
||||
name: "Senior Partner",
|
||||
label: "Annual - unlimited annual",
|
||||
value: "annualUnlimited",
|
||||
value: "seniorPartner",
|
||||
description: [
|
||||
"Unlimited documents.",
|
||||
"Triage-level support",
|
||||
|
||||
Reference in New Issue
Block a user