This commit is contained in:
Kenneth Jannette
2024-01-27 17:27:01 -06:00
parent c2deadf85c
commit 1d2fbe1742

View File

@@ -310,6 +310,10 @@ const SignupPage = () => {
};
const showNoticeOnPage = "" !== notice && !showPaymentModal;
const addAccountCopy =
selectedPlan[0].value === "seniorPartner"
? "You ay add up to eight accounts"
: "You may add up to two accounts";
return (
<div className="signup-super-container">
@@ -391,7 +395,6 @@ const SignupPage = () => {
labelText="Select A Plan"
/>
</div>
{showNoticeOnPage ? (
<>
<br></br>
@@ -447,7 +450,6 @@ const SignupPage = () => {
account username(s) and access will be setup later
</p>
</div>
<div className="add-accounts-input-box"></div>
<div className="details-button-box">
<Button
className="secondary-button back-button"