overtime-utils 0.1.76 → 0.1.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main.js +1 -1
- package/package.json +1 -1
- package/src/constants/leagues/futures.ts +2 -0
package/package.json
CHANGED
|
@@ -127,6 +127,7 @@ export const FUTURES_LEAGUES: Partial<Record<League, LeagueInfo>> = {
|
|
|
127
127
|
id: League.FIFA_WORLD_CUP_FUTURES,
|
|
128
128
|
initialSport: Sport.SOCCER,
|
|
129
129
|
label: 'FIFA World Cup Futures',
|
|
130
|
+
logo: `/logos/leagueLogos/fifa-world-cup.webp`,
|
|
130
131
|
logoClass: 'icon-homepage league--fifa-world-cup',
|
|
131
132
|
priority: 1817,
|
|
132
133
|
},
|
|
@@ -134,6 +135,7 @@ export const FUTURES_LEAGUES: Partial<Record<League, LeagueInfo>> = {
|
|
|
134
135
|
...FUTURES_DEFAULTS,
|
|
135
136
|
id: League.CAF_AFRICA_CUP_OF_NATIONS_FUTURES,
|
|
136
137
|
initialSport: Sport.SOCCER,
|
|
138
|
+
logo: `/logos/leagueLogos/caf.webp`,
|
|
137
139
|
label: 'CAF Africa Cup of Nations Futures',
|
|
138
140
|
priority: 1818,
|
|
139
141
|
},
|