Skip to content

Commit

Permalink
Merge pull request #116 from cniajp/fix-opening-schedule
Browse files Browse the repository at this point in the history
オープニングの時間を修正
  • Loading branch information
ishikawa-pro authored Jun 9, 2024
2 parents 674ea46 + 80298c7 commit e7223ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pek2024/Schedule.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type ScheduleList = {
};
const scheduleList: ScheduleList = {
'10:10 - 10:30': {
'10:10 - 10:20': {
trackA: {
title: 'Opening',
speakers: [],
Expand Down

0 comments on commit e7223ef

Please sign in to comment.