Skip to content

Commit

Permalink
Add Superbowl to the Nav (#26879)
Browse files Browse the repository at this point in the history
* Add Super Bowl to the US subnav

* Update navigation ref file
  • Loading branch information
alinaboghiu authored Feb 6, 2024
1 parent 8b1766e commit 18253c6
Show file tree
Hide file tree
Showing 2 changed files with 3,466 additions and 3,459 deletions.
4 changes: 3 additions & 1 deletion common/app/navigation/NavLinks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ object NavLinks {
val MLB = NavLink("MLB", "/sport/mlb")
val NBA = NavLink("NBA", "/sport/nba")
val NHL = NavLink("NHL", "/sport/nhl")
val superbowl = NavLink("Super Bowl", "/sport/super-bowl")

/* CULTURE */
val film = NavLink("Film", "/film")
Expand Down Expand Up @@ -316,8 +317,9 @@ object NavLinks {
usBusiness,
tech,
science,
newsletters.copy(url = s"${newsletters.url}"),
newsletters,
wellness,
superbowl,
),
)
val intNewsPillar = ukNewsPillar.copy(
Expand Down
Loading

0 comments on commit 18253c6

Please sign in to comment.