From 9e0a1d5bc4aa5bdb8679a7a2133a09f1bba871ef Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Wed, 17 Jul 2024 14:04:16 +0100 Subject: [PATCH] Remove hardcoded Home link from navigation Removes the link to `"/"` labelled `"Home"`, which is currently hardcoded, and only shows up within the navigation menu on mobile screen widths. This link may not be appropriate for all services, which might not have a homepage, or might use a different path for it. It is also unclear whether having a homepage link is always needed in the navigation if the NHS logo also goes to the homepage. --- packages/components/header/template.njk | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/components/header/template.njk b/packages/components/header/template.njk index b1ac41ade..7947da96b 100644 --- a/packages/components/header/template.njk +++ b/packages/components/header/template.njk @@ -86,11 +86,6 @@ {%- endfor %} -
  • - - Home - -
  • {%- endfor %} -
  • - - Home - -