diff --git a/src/registration/LoginPage.jsx b/src/registration/LoginPage.jsx index b28411f..d5d925e 100644 --- a/src/registration/LoginPage.jsx +++ b/src/registration/LoginPage.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Input } from '@edx/paragon'; +import { Button, Input } from '@edx/paragon'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faFacebookF, faGoogle, faMicrosoft } from '@fortawesome/free-brands-svg-icons'; @@ -23,45 +23,48 @@ export default class LoginPage extends React.Component { render() { return ( -
First time here?
- Create an account! -