Skip to content

Commit

Permalink
Nav - update us environment from redirect to hard link
Browse files Browse the repository at this point in the history
  • Loading branch information
arelra committed Apr 23, 2024
1 parent 030d175 commit 764ba81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/app/navigation/NavLinks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object NavLinks {
)

val usEnvironment =
NavLink("Environment", "/environment", children = List(climateCrisis, wildlife, energy, pollution, greenLight))
NavLink("Environment", "/us/environment", children = List(climateCrisis, wildlife, energy, pollution, greenLight))

val money = NavLink("Money", "/money", children = List(property, pensions, savings, borrowing, careers))
val ukBusiness = NavLink(
Expand Down
2 changes: 1 addition & 1 deletion common/test/resources/reference-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@
},
{
"title": "Environment",
"url": "/environment",
"url": "/us/environment",
"children": [
{
"title": "Climate crisis",
Expand Down

0 comments on commit 764ba81

Please sign in to comment.