Register.js renamed to Signup.js

This commit is contained in:
2019-10-07 21:00:52 -04:00
parent 9eb4f603df
commit bb6c7a07fc
7 changed files with 175 additions and 139 deletions

View File

@@ -21,8 +21,8 @@ class Home extends Component {
<div>
<b>Join today or sign in if you already have an account.</b>
<br/><br/>
<form action="./register">
<button className="authButtons register">Sign up</button>
<form action="./signup">
<button className="authButtons signup">Sign up</button>
</form>
<br/>
<form action="./login">