Completed matches scheduling
This commit is contained in:
@@ -3,12 +3,12 @@ import './MatchesSchedule.css';
|
||||
import TeamLogo from './TeamLogo';
|
||||
|
||||
const poolColors = [
|
||||
'#f8fafc', // light blue
|
||||
'#fef9c3', // light yellow
|
||||
'#fce7f3', // light pink
|
||||
'#d1fae5', // light green
|
||||
'#fee2e2', // light red
|
||||
'#e0e7ff', // light purple
|
||||
'#bae6fd', // darker blue
|
||||
'#fde68a', // darker yellow
|
||||
'#f9a8d4', // darker pink
|
||||
'#6ee7b7', // darker green
|
||||
'#fca5a5', // darker red
|
||||
'#a5b4fc', // darker purple
|
||||
];
|
||||
|
||||
function groupMatchesByPoolAndRound(matches) {
|
||||
|
||||
Reference in New Issue
Block a user