Skip to content

Commit

Permalink
feat(NavLinks): football before newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Nov 1, 2023
1 parent c8a596f commit fffcd1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/app/navigation/NavLinks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ object NavLinks {
world,
climateCrisis,
ukraine,
newsletters,
football,
newsletters,
ukBusiness,
ukEnvironment,
politics,
Expand Down
10 changes: 5 additions & 5 deletions common/test/resources/reference-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@
"url" : "/world/ukraine",
"children" : [ ],
"classList" : [ ]
}, {
"title" : "Newsletters",
"url" : "/email-newsletters",
"children" : [ ],
"classList" : [ ]
}, {
"title" : "Football",
"url" : "/football",
Expand Down Expand Up @@ -180,6 +175,11 @@
"classList" : [ ]
} ],
"classList" : [ ]
}, {
"title" : "Newsletters",
"url" : "/email-newsletters",
"children" : [ ],
"classList" : [ ]
}, {
"title" : "Business",
"url" : "/business",
Expand Down

0 comments on commit fffcd1c

Please sign in to comment.