diff --git a/web/app/assets/javascripts/header.js b/web/app/assets/javascripts/header.js index 02575410f..76c334944 100644 --- a/web/app/assets/javascripts/header.js +++ b/web/app/assets/javascripts/header.js @@ -94,7 +94,7 @@ function events() { $('body').on('click', 'div[layout="header"] h1', function() { - context.location = '#/home'; + context.location = '/client#/home'; }); $('#account-identity-form').submit(handleIdentitySubmit); diff --git a/web/app/views/clients/_screen_navigation.html.erb b/web/app/views/clients/_screen_navigation.html.erb index 230e076a6..1fbc7ad75 100644 --- a/web/app/views/clients/_screen_navigation.html.erb +++ b/web/app/views/clients/_screen_navigation.html.erb @@ -1,6 +1,6 @@