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