From 7aea29d0b22f7e5932c9b147611fe02373bb9645 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 27 Aug 2017 22:33:41 +0200 Subject: Add content sections to homepage --- src/containers/auth/Login.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/containers/auth/Login.js') diff --git a/src/containers/auth/Login.js b/src/containers/auth/Login.js index 3bc36a17..be4b07ee 100644 --- a/src/containers/auth/Login.js +++ b/src/containers/auth/Login.js @@ -31,8 +31,7 @@ class LoginContainer extends React.Component { clientId="311799954046-jv2inpg9nu7m0avcg6gulvkuvfgbtgb4.apps.googleusercontent.com" onSuccess={this.onAuthResponse.bind(this)} onFailure={this.onAuthResponse.bind(this)} - style={{height: "40px"}} - className="btn btn-secondary" + className="login btn btn-primary" > {' '} -- cgit v1.2.3