From 81550b3cc9ac6ee2e1d4a1b8cff02b0c0462fc94 Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Tue, 30 Apr 2024 11:42:01 +0100 Subject: [PATCH] Update Euro 2020 to Euro 2024 Co-authored-by: Max Duval --- sport/app/football/feed/Competitions.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sport/app/football/feed/Competitions.scala b/sport/app/football/feed/Competitions.scala index 6bb9f0e8719..a772fc58a8e 100644 --- a/sport/app/football/feed/Competitions.scala +++ b/sport/app/football/feed/Competitions.scala @@ -212,10 +212,10 @@ object CompetitionsProvider { tableDividers = List(2, 6, 21), ), Competition( - "750", - "/football/euro-2020", - "Euro 2020", - "Euro 2020", + "750", // This ID was also used for the 2020 Euros + "/football/euro-2024", + "Euro 2024", + "Euro 2024", "Internationals", showInTeamsList = true, tableDividers = List(2),