diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-03 09:51:20 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:47:22 +0200 |
| commit | 107a48e1a7fa0ec56faad8d8e90f76521f39f3b2 (patch) | |
| tree | bd14a9d7a19c4e6ae371f819404949c35d0f3b4f /frontend/src/containers/auth/Login.js | |
| parent | f119fc78dda4d1e828dde04f378a63a93e3a0a7e (diff) | |
Get entire topology editing process working
Diffstat (limited to 'frontend/src/containers/auth/Login.js')
| -rw-r--r-- | frontend/src/containers/auth/Login.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/containers/auth/Login.js b/frontend/src/containers/auth/Login.js index 951f6b10..deb9a654 100644 --- a/frontend/src/containers/auth/Login.js +++ b/frontend/src/containers/auth/Login.js @@ -37,8 +37,8 @@ class LoginContainer extends React.Component { onFailure={this.onAuthFailure.bind(this)} render={renderProps => ( <span onClick={renderProps.onClick} className="login btn btn-primary"> - <span className="fa fa-google"/> Login with Google - </span> + <span className="fa fa-google"/> Login with Google + </span> )} > </GoogleLogin> |
