navbar redirect to next-challenge

navbar always redirects to next-challenge
This commit is contained in:
Rémi Fortier
2016-06-23 00:10:17 -04:00
parent 6f7e6fba57
commit 0a2a5b798f

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='/')
a.navbar-brand(href='/challenges/next-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
@ -33,4 +33,4 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
a(href='/' + user.username) [ #{user.points} ]
li.hidden-xs.hidden-sm.avatar
a(href='/' + user.username)
img.profile-picture.float-right(src='#{user.picture}')
img.profile-picture.float-right(src='#{user.picture}')