more
This commit is contained in:
@@ -39,7 +39,7 @@ const SignupPage = () => {
|
||||
);
|
||||
const [showPaymentModal, setShowPaymentModal] = useState(false);
|
||||
const [showSelectPlan, setShowSelectPlan] = useState(false);
|
||||
const [activeRadioOption, setActiveRadioOption] = useState("Partner");
|
||||
const [activeRadioOption, setActiveRadioOption] = useState("partner");
|
||||
const [selectedPlan, setSelectedPlan] = useState({});
|
||||
const [isAnnual, setIsAnnual] = useState(false);
|
||||
// Could also go in App.js if needed in the future
|
||||
|
||||
@@ -38,7 +38,7 @@ export const signupRadioFields = [
|
||||
description: [
|
||||
"Unlimited documents.",
|
||||
"Triage-level support",
|
||||
"Up to 10 additional accounts at $39/each",
|
||||
"Up to 8 additional accounts at $39/each",
|
||||
],
|
||||
details: "",
|
||||
pricing: [
|
||||
|
||||
Reference in New Issue
Block a user