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>
|
||||
|
||||
Reference in New Issue
Block a user