Skip to content

Commit

Permalink
Add missing subnav to /us/soccer (#27075)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCliftonGuardian authored Apr 25, 2024
1 parent de581c3 commit 204f384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common/app/navigation/NavLinks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ object NavLinks {
),
)
val usSoccer = NavLink(
title = "Soccer",
url = "/us/soccer",
"Soccer",
"/us/soccer",
children = List(
footballScores,
footballTables,
Expand Down Expand Up @@ -648,6 +648,7 @@ object NavLinks {
// section tag. e.g. Content in technology section with world/europe-news will appear in the world section in
// the navigation. The workaround for this is to add the section to this list,as has been done with CiF and education
val tagPages = List(
"us/soccer",
"us-news/us-politics",
"australia-news/australian-politics",
"australia-news/australian-immigration-and-asylum",
Expand Down
1 change: 1 addition & 0 deletions common/test/resources/reference-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -3299,6 +3299,7 @@
]
},
"tagPages": [
"us/soccer",
"us-news/us-politics",
"australia-news/australian-politics",
"australia-news/australian-immigration-and-asylum",
Expand Down

0 comments on commit 204f384

Please sign in to comment.