Skip to content

Commit

Permalink
Edited Register.js
Browse files Browse the repository at this point in the history
dont need create new account link on registration page

Fixed UCMercedACM#212
  • Loading branch information
Tofulati committed Sep 29, 2022
1 parent 664c6b1 commit 8699b8a
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 168 deletions.
5 changes: 0 additions & 5 deletions react/acm-chapter-website/src/pages/register/Register.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ const Register = () => {
<button type="submit" onClick={handleSubmit}>
Submit
</button>

<div className="align-x createAcc">
<p>Don't have an account?</p>
<Link to="/register">Create an account</Link>
</div>
</div>
</Form>
</main>
Expand Down
Loading

0 comments on commit 8699b8a

Please sign in to comment.