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