diff options
Diffstat (limited to 'src/containers/auth')
| -rw-r--r-- | src/containers/auth/Login.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/containers/auth/Login.js b/src/containers/auth/Login.js index de12f815..28e95963 100644 --- a/src/containers/auth/Login.js +++ b/src/containers/auth/Login.js @@ -33,7 +33,9 @@ class LoginContainer extends React.Component { onFailure={this.onAuthResponse.bind(this)} className="login btn btn-primary" > - <span className="fa fa-google" /> <span>Login with Google</span> + <span> + <span className="fa fa-google" /> Login with Google + </span> </GoogleLogin> ); } |
