Fix(nav): Use current-challenge instead of next-challenge for logo

This commit is contained in:
Berkeley Martinez
2016-08-04 14:51:31 -07:00
parent 8121ada14c
commit c3c640d00a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
button.hamburger.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')
.col-xs-12
span.hamburger-text Menu
a.navbar-brand(href='/challenges/next-challenge')
a.navbar-brand(href='/challenges/current-challenge')
img.img-responsive.nav-logo(src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt='learn to code javascript at Free Code Camp logo')
.collapse.navbar-collapse
ul.nav.navbar-nav.navbar-right.hamburger-dropdown