comment from signup pages

This commit is contained in:
priyanshuvish
2025-09-05 15:11:09 +05:30
parent cff8173987
commit 2a857ef729
3 changed files with 6 additions and 6 deletions

View File

@@ -608,7 +608,7 @@ export function CorporateSignUp() {
</div> </div>
{/* Need Help Section - Separate Section Below */} {/* Need Help Section - Separate Section Below */}
<div {/* <div
className="section-margin-x py-12" className="section-margin-x py-12"
style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }} style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }}
> >
@@ -649,7 +649,7 @@ export function CorporateSignUp() {
Contact Sales Team Contact Sales Team
</Button> </Button>
</div> </div>
</div> </div> */}
</div> </div>
); );
} }

View File

@@ -539,7 +539,7 @@ export function SelfLearnerSignIn() {
</div> </div>
{/* Need Help Section - Separate Section Below */} {/* Need Help Section - Separate Section Below */}
<div {/* <div
className="section-margin-x py-12" className="section-margin-x py-12"
style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }} style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }}
> >
@@ -580,7 +580,7 @@ export function SelfLearnerSignIn() {
Speak with Learning Advisor Speak with Learning Advisor
</Button> </Button>
</div> </div>
</div> </div> */}
</div> </div>
); );
} }

View File

@@ -461,7 +461,7 @@ export function SelfLearnerSignUp() {
</div> </div>
{/* Need Help Section - Separate Section Below */} {/* Need Help Section - Separate Section Below */}
<div {/* <div
className="section-margin-x py-12" className="section-margin-x py-12"
style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }} style={{ backgroundColor: 'rgba(0, 0, 0, 0.02)' }}
> >
@@ -502,7 +502,7 @@ export function SelfLearnerSignUp() {
Speak with Learning Advisor Speak with Learning Advisor
</Button> </Button>
</div> </div>
</div> </div> */}
</div> </div>
); );
} }