diff --git a/server/views/partials/navbar.jade b/server/views/partials/navbar.jade index f81e1e2d9b..305fb9e179 100644 --- a/server/views/partials/navbar.jade +++ b/server/views/partials/navbar.jade @@ -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}') \ No newline at end of file