Fix merge issue

This commit is contained in:
Clayton Wilson 2019-12-05 13:41:24 -05:00
parent 76330fd234
commit b85bee7cba

View File

@ -202,24 +202,25 @@ class Home extends Component {
<b>See the most interesting topics people are following right now.</b> <b>See the most interesting topics people are following right now.</b>
</div> </div>
<br /> <br />
<br /> <br />
<br /> <br />
<br /> <br />
<div> <div>
<b>Join today or sign in if you already have an account.</b> <b>Join today or sign in if you already have an account.</b>
<br /> <br />
<br /> <br />
<form action="./signup"> <form action="./signup">
<button className="authButtons signup">Sign up</button> <button className="authButtons signup">Sign up</button>
</form> </form>
<br /> <br />
<form action="./login"> <form action="./login">
<button className="authButtons login">Sign in</button> <button className="authButtons login">Sign in</button>
</form> </form>
</div> </div>
</div> </div>
)
); );
} }
} }