more
This commit is contained in:
@@ -332,7 +332,9 @@ const SignupPage = () => {
|
||||
selectedPlan[0].value === "seniorPartner"
|
||||
? "Add up to eight additional accounts to your subscripton"
|
||||
: "Add up to two additional accounts to your subscripton";
|
||||
|
||||
const showAddAccountBtn =
|
||||
selectedPlan[0].value === "seniorPartner" ||
|
||||
selectedPlan[0].value === "partner";
|
||||
return (
|
||||
<div className="signup-super-container">
|
||||
<div className="signup-sub-container">
|
||||
@@ -509,7 +511,7 @@ const SignupPage = () => {
|
||||
<Button
|
||||
className="p-2 mr-2 primary-button"
|
||||
onClick={handleAdd}
|
||||
labelText="Add And Proceed to Payment"
|
||||
labelText="Add And Proceed To Payment"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -520,6 +522,7 @@ const SignupPage = () => {
|
||||
<div className="signup-button-box">
|
||||
{!showAddAccount ? (
|
||||
<>
|
||||
{showAddAccountBtn ? (
|
||||
<Button
|
||||
className="secondary-button cancel-add-account-btn"
|
||||
type="button"
|
||||
@@ -529,6 +532,10 @@ const SignupPage = () => {
|
||||
labelText="Add Account(s)"
|
||||
style={{ marginTight: "12px;" }}
|
||||
/>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
|
||||
<Button
|
||||
className="primary-button signup-proceed"
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user