more
This commit is contained in:
@@ -225,7 +225,7 @@ const SignupPage = () => {
|
|||||||
</Form>
|
</Form>
|
||||||
<div className="signup-button-box">
|
<div className="signup-button-box">
|
||||||
<Button
|
<Button
|
||||||
className="primary-button"
|
className="primary-button signup-proceed"
|
||||||
type="button"
|
type="button"
|
||||||
size="lg"
|
size="lg"
|
||||||
onClick={handleProceedToPayment}
|
onClick={handleProceedToPayment}
|
||||||
@@ -234,7 +234,7 @@ const SignupPage = () => {
|
|||||||
/>
|
/>
|
||||||
<div className="mt-3">
|
<div className="mt-3">
|
||||||
<span>
|
<span>
|
||||||
<Link to="/">Return to login</Link>
|
<Link to="/login">Go to login</Link>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -42,6 +42,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
.signup-btn {
|
|
||||||
width: 150px;
|
.signup-proceed {
|
||||||
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user