diff --git a/src/views/Register/Register.styl b/src/views/Register/Register.styl
index fa4d051072..393a158ba4 100644
--- a/src/views/Register/Register.styl
+++ b/src/views/Register/Register.styl
@@ -48,7 +48,7 @@
flex-direction: column;
align-items: center;
- button.md-icon {
+ a.md-icon {
display: flex;
align-items: center;
padding: 0.5rem;
@@ -56,7 +56,7 @@
width: 100%;
height: 2.4rem;
cursor: pointer;
- &+ button.md-icon {
+ &+ a.md-icon {
margin-top: .5rem;
}
diff --git a/src/views/Register/Register.tsx b/src/views/Register/Register.tsx
index 32472b5f7c..c85002073a 100644
--- a/src/views/Register/Register.tsx
+++ b/src/views/Register/Register.tsx
@@ -143,10 +143,10 @@ export class Register extends React.PureComponent<{}, any> {
{
_("or log in to your account:") /* translators: username or password, or sign in to your account */
}
-
-
-
-
+ Login with Email
+ Login with Google
+ Login with Facebook
+ Login with Twitter
diff --git a/src/views/SignIn/SignIn.styl b/src/views/SignIn/SignIn.styl
index 12643499f3..481e8c4cc2 100644
--- a/src/views/SignIn/SignIn.styl
+++ b/src/views/SignIn/SignIn.styl
@@ -88,7 +88,7 @@
flex-direction: column;
align-items: center;
- button.md-icon {
+ a.md-icon {
display: flex;
align-items: center;
padding: 0.5rem;
@@ -97,7 +97,7 @@
height: 2.4rem;
cursor: pointer;
- &+ button.md-icon {
+ &+ a.md-icon {
margin-top: .5rem;
}
diff --git a/src/views/SignIn/SignIn.tsx b/src/views/SignIn/SignIn.tsx
index 56c5376e7d..ad4991c0d9 100644
--- a/src/views/SignIn/SignIn.tsx
+++ b/src/views/SignIn/SignIn.tsx
@@ -184,9 +184,9 @@ export class SignIn extends React.PureComponent<{}, any> {
{
_("or log in using another account:") /* translators: username or password, or sign in with social authentication */
}
-
-
-
+ Login with Google
+ Login with Facebook
+ Login with Twitter