diff --git a/sport/app/football/controllers/LeagueTableController.scala b/sport/app/football/controllers/LeagueTableController.scala index 0c2b9a1b471..27e7442bf64 100644 --- a/sport/app/football/controllers/LeagueTableController.scala +++ b/sport/app/football/controllers/LeagueTableController.scala @@ -135,7 +135,7 @@ class LeagueTableController( ) val futureAtom = if (Switches.Euro2024Header.isSwitchedOn && competition == "euro-2024") { - val id = "/atom/interactive/interactives/2023/01/euros-2024/tables-euros-2024-header" + val id = "/atom/interactive/interactives/2023/01/euros-2024/match-centre-euros-2024-header" val edition = Edition(request) contentApiClient .getResponse(contentApiClient.item(id, edition))