mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Swapped twitter and google auth buttons on login/signup pages
This commit is contained in:
parent
7ba2a5f010
commit
7ca82344ca
@ -26,15 +26,17 @@ block content
|
||||
a.btn.btn-primary.btn-block.facebook(href='/auth/facebook')
|
||||
i.fa.fa-facebook
|
||||
| Facebook
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-danger.btn-block.google(href='/auth/google')
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.row
|
||||
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-info.btn-block.twitter(href='/auth/twitter')
|
||||
i.fa.fa-twitter
|
||||
| Twitter
|
||||
|
||||
.row
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-danger.btn-block.google(href='/auth/google')
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-default.btn-block.github(href='/auth/github')
|
||||
i.fa.fa-github
|
||||
|
||||
@ -28,15 +28,15 @@ block content
|
||||
a.btn.btn-primary.btn-block.facebook(href='/auth/facebook')
|
||||
i.fa.fa-facebook
|
||||
| Facebook
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-danger.btn-block.google(href='/auth/google')
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.row
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-info.btn-block.twitter(href='/auth/twitter')
|
||||
i.fa.fa-twitter
|
||||
| Twitter
|
||||
.row
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-danger.btn-block.google(href='/auth/google')
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-default.btn-block.github(href='/auth/github')
|
||||
i.fa.fa-github
|
||||
|
||||
Loading…
Reference in New Issue
Block a user