From 64d33a15be4545993e7f7c9b5b1565bf2acb5f1e Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Wed, 8 Nov 2023 15:49:30 +0000 Subject: [PATCH] Update header root link path --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index d70c1e09a..b380be37c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -87,7 +87,7 @@ <%= govuk_header( classes: govuk_header_classes(current_user), - service_url: current_user.nil? ? "/" : "/logs", + service_url: current_user.nil? ? root_path : logs_path, navigation_classes: "govuk-header__navigation--end", ) do |component| component.product_name(name: t("service_name"))