This commit is contained in:
Kenneth Jannette
2024-01-19 14:14:40 -06:00
parent 2bcc62b26b
commit 1fb0e69556

View File

@@ -180,7 +180,7 @@ const SignupPage = () => {
</div> </div>
<Form className="signup-form"> <Form className="signup-form">
{isMobile ? <MobileForm /> : <DesktopForm />} {isMobile ? <MobileForm /> : <DesktopForm />}
<Row className="signup-passw-inputs"> <Row>
<Col className="mb-3"> <Col className="mb-3">
<TextInput <TextInput
id="signupPassword" id="signupPassword"
@@ -198,7 +198,7 @@ const SignupPage = () => {
/> />
</Col> </Col>
</Row> </Row>
<Row className="signup-passw-inputs"> <Row>
<Col className="mb-3"> <Col className="mb-3">
<TextInput <TextInput
id="confirmPassword" id="confirmPassword"