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