Skip to content

Commit

Permalink
Correct sub navigation component in Prototype Kit template
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jan 24, 2024
1 parent ee92307 commit 7b9c36d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions govuk-prototype-kit/templates/sub-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
visuallyHiddenTitle: "Section navigation",
items: [{
text: "Page 1",
href: "#",
current: true
href: "#"
}, {
text: "Page 2",
href: "#"
Expand All @@ -28,7 +27,8 @@
parent: true,
children: [{
text: "First child of page 3",
href: "#"
href: "#",
current: true
}, {
text: "Second child of page 3",
href: "#"
Expand Down

0 comments on commit 7b9c36d

Please sign in to comment.