From 1d2fbe1742ad002bbf2d3ee47c58ee997dedbfaa Mon Sep 17 00:00:00 2001
From: Kenneth Jannette
Date: Sat, 27 Jan 2024 17:27:01 -0600
Subject: [PATCH] more
---
src/Components/SignupPage/SignupPage.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js
index 6ee1297..8f14cf3 100644
--- a/src/Components/SignupPage/SignupPage.js
+++ b/src/Components/SignupPage/SignupPage.js
@@ -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 (
@@ -391,7 +395,6 @@ const SignupPage = () => {
labelText="Select A Plan"
/>
-
{showNoticeOnPage ? (
<>
@@ -447,7 +450,6 @@ const SignupPage = () => {
account username(s) and access will be setup later
-