Skip to content

Commit

Permalink
Merge pull request #358 from vuejs-jp/enhance/timetable
Browse files Browse the repository at this point in the history
update timetable
  • Loading branch information
jiyuujin authored Oct 1, 2024
2 parents 63c7733 + f85e58d commit 4b5881b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions apps/web/app/utils/data/timetable_pc.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,18 @@
"subTitle_en": "Special Lunch Session",
"colspan": 1,
"rowspan": 2,
"sessions": [],
"sessions": [{ "id": "a046531e-59ca-4561-95dc-2b66d153c7a9" }],
"track": "mntsq"
},
{
"subTitle": "ランチセッション",
"subTitle_en": "Lunch Session",
"colspan": 1,
"rowspan": 2,
"sessions": [{ "id": "0546afde-7a50-4c5f-80ec-faec2eee7211" }],
"sessions": [
{ "id": "ace6de56-d069-48a5-b362-c2d02937ffb5" },
{ "id": "0546afde-7a50-4c5f-80ec-faec2eee7211" }
],
"track": "kickflow"
}
]
Expand Down
7 changes: 5 additions & 2 deletions apps/web/app/utils/data/timetable_sp.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@
{
"subTitle": "スペシャル\nランチセッション",
"subTitle_en": "Special Lunch Session",
"sessions": [],
"sessions": [{ "id": "a046531e-59ca-4561-95dc-2b66d153c7a9" }],
"track": "mntsq"
},
{
"subTitle": "ランチセッション",
"subTitle_en": "Lunch Session",
"sessions": [{ "id": "0546afde-7a50-4c5f-80ec-faec2eee7211" }],
"sessions": [
{ "id": "ace6de56-d069-48a5-b362-c2d02937ffb5" },
{ "id": "0546afde-7a50-4c5f-80ec-faec2eee7211" }
],
"track": "kickflow"
}
]
Expand Down

0 comments on commit 4b5881b

Please sign in to comment.