This commit is contained in:
Kenneth Jannette
2024-01-27 15:16:19 -06:00
parent 19e81b8392
commit bb6c507977
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: [