Skip to content

Commit

Permalink
add us wellness navlink
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Oct 26, 2023
1 parent 5cd5c17 commit be2bf3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/app/navigation/NavLinks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ object NavLinks {
val ukTravel = NavLink("Travel", "/travel", children = List(travelUk, travelEurope, travelUs))
val usTravel = ukTravel.copy(children = List(travelUs, travelEurope, travelUk))
val auTravel = ukTravel.copy(children = List(travelAustralasia, travelAsia, travelUk, travelEurope, travelUs))
val usWellness = NavLink("Wellness", "/us/wellness")

val todaysPaper = NavLink(
"Today's paper",
Expand Down Expand Up @@ -304,7 +305,7 @@ object NavLinks {
tech,
science,
newsletters.copy(url = s"${newsletters.url}"),
fightForDemocracy,
usWellness,
),
)
val intNewsPillar = ukNewsPillar.copy(
Expand Down Expand Up @@ -484,6 +485,7 @@ object NavLinks {
longTitle = Some("Lifestyle home"),
iconName = Some("home"),
List(
usWellness,
fashion,
food,
recipes,
Expand Down

0 comments on commit be2bf3c

Please sign in to comment.