Skip to content

Commit

Permalink
feat: update wellness navlink now redirect is in place
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Nov 8, 2023
1 parent 3366a31 commit a31636c
Show file tree
Hide file tree
Showing 2 changed files with 3,226 additions and 3,226 deletions.
6 changes: 3 additions & 3 deletions common/app/navigation/NavLinks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,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 wellness = NavLink("Wellness", "/wellness")

val todaysPaper = NavLink(
"Today's paper",
Expand Down Expand Up @@ -308,7 +308,7 @@ object NavLinks {
tech,
science,
newsletters.copy(url = s"${newsletters.url}"),
usWellness,
wellness,
),
)
val intNewsPillar = ukNewsPillar.copy(
Expand Down Expand Up @@ -517,7 +517,7 @@ object NavLinks {
)
val usLifestylePillar = ukLifestylePillar.copy(
children = List(
usWellness,
wellness,
fashion,
food,
recipes,
Expand Down
Loading

0 comments on commit a31636c

Please sign in to comment.