fix signin button to use signin instead of login for path
This commit is contained in:
@ -24,7 +24,7 @@ block content
|
|||||||
.big-break
|
.big-break
|
||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-8.col-sm-offset-2
|
.col-xs-12.col-sm-8.col-sm-offset-2
|
||||||
a.btn.btn-cta.signup-btn.btn-block(href="/login") Start learning to code (it's free)
|
a.btn.btn-cta.signup-btn.btn-block(href="/signin") Start learning to code (it's free)
|
||||||
.button-spacer
|
.button-spacer
|
||||||
a.btn.btn-cta.btn-success.btn-block(href="/nonprofits") My nonprofit needs coding help
|
a.btn.btn-cta.btn-success.btn-block(href="/nonprofits") My nonprofit needs coding help
|
||||||
h2 As featured in:
|
h2 As featured in:
|
||||||
@ -91,6 +91,6 @@ block content
|
|||||||
.big-break
|
.big-break
|
||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-8.col-sm-offset-2
|
.col-xs-12.col-sm-8.col-sm-offset-2
|
||||||
a.btn.btn-cta.signup-btn.btn-block(href="/login") Learn to code today (it's free)
|
a.btn.btn-cta.signup-btn.btn-block(href="/signin") Learn to code today (it's free)
|
||||||
script.
|
script.
|
||||||
challengeName = 'Home'
|
challengeName = 'Home'
|
||||||
|
Reference in New Issue
Block a user