Re-enable all competitions in the picker
Championship, Brasileirão, European Championship and FIFA World Cup are now shown as tiles on the home screen. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,10 +7,10 @@ const COMPETITIONS = [
|
|||||||
{ code: 'FL1', name: 'Ligue 1', country: 'France' },
|
{ code: 'FL1', name: 'Ligue 1', country: 'France' },
|
||||||
{ code: 'DED', name: 'Eredivisie', country: 'Netherlands' },
|
{ code: 'DED', name: 'Eredivisie', country: 'Netherlands' },
|
||||||
{ code: 'PPL', name: 'Primeira Liga', country: 'Portugal' },
|
{ code: 'PPL', name: 'Primeira Liga', country: 'Portugal' },
|
||||||
// { code: 'ELC', name: 'Championship', country: 'England' },
|
{ code: 'ELC', name: 'Championship', country: 'England' },
|
||||||
// { code: 'BSA', name: 'Brasileirão Série A', country: 'Brazil' },
|
{ code: 'BSA', name: 'Brasileirão Série A', country: 'Brazil' },
|
||||||
//{ code: 'EC', name: 'European Championship', country: 'Europe' },
|
{ code: 'EC', name: 'European Championship', country: 'Europe' },
|
||||||
//{ code: 'WC', name: 'FIFA World Cup', country: 'World' },
|
{ code: 'WC', name: 'FIFA World Cup', country: 'World' },
|
||||||
]
|
]
|
||||||
|
|
||||||
export default COMPETITIONS
|
export default COMPETITIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user