diff --git a/app/assets/sass/main.scss b/app/assets/sass/main.scss index 2b55c96f..5ef841d6 100644 --- a/app/assets/sass/main.scss +++ b/app/assets/sass/main.scss @@ -7,3 +7,10 @@ /////////////////////////////////////////// // Add your custom CSS/Sass styles below... /////////////////////////////////////////// + +// This is a temporary fix to remove the 'Home' link in +// the primary navigation which is added Header primary nav. +// Should be able to remove this after the next NHS Frontend update. +.nhsuk-header__navigation-item--home { + display: none; +} diff --git a/app/views/layout.html b/app/views/layout.html index 0d76edef..d772975d 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -13,7 +13,22 @@ ariaLabel: "NHS Prototype Kit homepage", service: { name: serviceName - } + }, + showNav: "true", + primaryLinks: [ + { + label: "Get started", + url: "/install" + }, + { + label: "Guides", + url: "/how-tos" + }, + { + label: "Support", + url: "/support" + } + ] }) }} {% endblock %}