From c0ca5b907284dfa78093db1b83ca938d28d61c38 Mon Sep 17 00:00:00 2001 From: henry Date: Sun, 15 Mar 2026 06:33:05 +0100 Subject: [PATCH] =?UTF-8?q?Disable=20Championship=20and=20Brasileir=C3=A3o?= =?UTF-8?q?=20from=20competition=20picker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/competitions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/competitions.js b/src/competitions.js index 14dc962..f514907 100644 --- a/src/competitions.js +++ b/src/competitions.js @@ -7,8 +7,8 @@ const COMPETITIONS = [ { code: 'FL1', name: 'Ligue 1', country: 'France' }, { code: 'DED', name: 'Eredivisie', country: 'Netherlands' }, { code: 'PPL', name: 'Primeira Liga', country: 'Portugal' }, - { code: 'ELC', name: 'Championship', country: 'England' }, - { code: 'BSA', name: 'Brasileirão Série A', country: 'Brazil' }, +// { code: 'ELC', name: 'Championship', country: 'England' }, +// { code: 'BSA', name: 'Brasileirão Série A', country: 'Brazil' }, //{ code: 'EC', name: 'European Championship', country: 'Europe' }, //{ code: 'WC', name: 'FIFA World Cup', country: 'World' }, ]