From e9b79ead00595ee6eb09ea381ccdb22217bc7886 Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Wed, 26 Aug 2026 17:04:10 +0100 Subject: [PATCH] Add account section to header --- app/views/layout.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/views/layout.html b/app/views/layout.html index 8f5dae7..ed12c1a 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -33,6 +33,19 @@ text: "App", href: "/" }, + account: { + classes: "nhsapp-u-hide-until-tablet", + items: [ + { + text: "App help", + href: "#" + }, + { + text: "Log out", + href: "#" + } + ] + }, navigation: { items: [ {