whoops. commited to the wrong branch

This commit is contained in:
Riley Davis
2017-02-03 10:19:18 -07:00
parent a6f7cf258b
commit c4b934a542
@@ -77,7 +77,7 @@ const SignUpContent = ({handleChange, formData, ...props}) => (
<div className={styles.footer}>
<span>
{lang.t('signIn.alreadyHaveAnAccount')}
<a id="coralLogInButton" Click={() => props.changeView('SIGNIN')}>
<a onClick={() => props.changeView('SIGNIN')}>
{lang.t('signIn.signIn')}
</a>
</span>