Skip to content

Commit

Permalink
Switch to having a later item be active
Browse files Browse the repository at this point in the history
Makes it easier to test mobile expanded view
  • Loading branch information
frankieroberto committed Nov 7, 2024
1 parent bb408f1 commit 0bfc1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/header/header-navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
{
'url' : 'https://www.nhs.uk/live-well/',
'label' : 'Live Well',
'active': true
'label' : 'Live Well'
},
{
'url' : 'https://www.nhs.uk/mental-health/',
'label' : 'Mental health'
},
{
'url' : 'https://www.nhs.uk/conditions/social-care-and-support/',
'label' : 'Care and support'
'label' : 'Care and support',
'active': true
},
{
'url' : 'https://www.nhs.uk/pregnancy/',
Expand Down

0 comments on commit 0bfc1a3

Please sign in to comment.