diff --git a/app/views/layouts/_new_header.haml b/app/views/layouts/_new_header.haml index de45e2ef1..6e656bbc4 100644 --- a/app/views/layouts/_new_header.haml +++ b/app/views/layouts/_new_header.haml @@ -1,5 +1,6 @@ .new-header{ class: current_page?(root_path) ? nil : 'new-header-with-border' } .header-inner-content - %img.header-logo{ src: image_url("header/logo-tps.svg") } + = link_to root_path do + %img.header-logo{ src: image_url("header/logo-tps.svg") } = link_to "Connexion", new_user_session_path, class: "header-login-button"