Skip to content

Commit

Permalink
Merge pull request #27235 from guardian/doml/fix-euro-2024-subnav
Browse files Browse the repository at this point in the history
Fix Euro 2024 subnav item
  • Loading branch information
domlander authored Jun 19, 2024
2 parents 2d65f60 + 2e29e17 commit 99c5973
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
3 changes: 1 addition & 2 deletions common/app/navigation/NavLinks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ object NavLinks {
val letters = NavLink("Letters", "/tone/letters")

/* SPORT */

private val euro2024 = NavLink("Euro 2024", "/football/euro-2024", Some("football/euro-2024"))
private val euro2024 = NavLink("Euro 2024", "/football/euro-2024")
private val footballScores = NavLink("Live scores", "/football/live", Some("football/live"))
private val footballTables = NavLink("Tables", "/football/tables", Some("football/tables"))
private val footballFixtures = NavLink("Fixtures", "/football/fixtures", Some("football/fixtures"))
Expand Down
14 changes: 0 additions & 14 deletions common/test/resources/reference-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down Expand Up @@ -454,7 +453,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand All @@ -465,7 +463,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down Expand Up @@ -1153,7 +1150,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down Expand Up @@ -1308,7 +1304,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand All @@ -1319,7 +1314,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down Expand Up @@ -2040,7 +2034,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand All @@ -2051,7 +2044,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down Expand Up @@ -2672,7 +2664,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down Expand Up @@ -2864,7 +2855,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand All @@ -2875,7 +2865,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down Expand Up @@ -3685,7 +3674,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down Expand Up @@ -3877,7 +3865,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand All @@ -3888,7 +3875,6 @@
{
"title": "Euro 2024",
"url": "/football/euro-2024",
"longTitle": "football/euro-2024",
"children": [],
"classList": []
},
Expand Down

0 comments on commit 99c5973

Please sign in to comment.