summaryrefslogtreecommitdiff
path: root/frontend/src/containers/auth
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-07-03 09:51:20 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:47:22 +0200
commit107a48e1a7fa0ec56faad8d8e90f76521f39f3b2 (patch)
treebd14a9d7a19c4e6ae371f819404949c35d0f3b4f /frontend/src/containers/auth
parentf119fc78dda4d1e828dde04f378a63a93e3a0a7e (diff)
Get entire topology editing process working
Diffstat (limited to 'frontend/src/containers/auth')
-rw-r--r--frontend/src/containers/auth/Login.js4
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>