Added further game data
This commit is contained in:
parent
ba0c1a8364
commit
de178f27fe
1 changed files with 23 additions and 0 deletions
23
src/data.js
23
src/data.js
|
|
@ -255,6 +255,22 @@ export const games = [
|
|||
team1: "DJK Saarbrücken-Rastpfuhl",
|
||||
team2: "TV Düppenweiler",
|
||||
host: 1,
|
||||
results: {
|
||||
sets: {
|
||||
1: [25, 19],
|
||||
2: [25, 21],
|
||||
3: [23, 25],
|
||||
4: [22, 25],
|
||||
5: [8, 15],
|
||||
},
|
||||
additional_data: [
|
||||
{
|
||||
type: "YouTube",
|
||||
title: "Replay",
|
||||
url: "https://youtu.be/26p6-EzH7W4",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
date: "2025-02-01",
|
||||
|
|
@ -263,6 +279,13 @@ export const games = [
|
|||
team1: "DJK Saarbrücken-Rastpfuhl",
|
||||
team2: "TV Wiesbach 2",
|
||||
host: 1,
|
||||
results: {
|
||||
sets: {
|
||||
1: [14, 25],
|
||||
2: [15, 25],
|
||||
3: [18, 25],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
date: "2025-02-15",
|
||||
|
|
|
|||
Loading…
Reference in a new issue