Add Narrow.tsx

This commit is contained in:
Jerko Steiner 2019-03-19 11:45:25 +05:00
parent dfca6cf073
commit dd358154b6

View File

@ -42,15 +42,18 @@ export class LoginForm extends React.PureComponent<ILoginFormProps> {
value={this.props.data.password} value={this.props.data.password}
placeholder='Password' placeholder='Password'
/> />
<div className='center'>
<input <input
className='button is-primary' className='button is-primary'
name='submit' name='submit'
type='submit' type='submit'
value='Log In' value='Log In'
/> />
</div>
<p> <p className='small center'>
Do not have an account? <Link to='/auth/register'>Register</Link> Don&apos;t have an account? <Link to='/auth/register'>Register!</Link>
</p> </p>
</form> </form>
) )