Skip to content

Commit

Permalink
Merge pull request #373 from jsconfjp/fix-timeline
Browse files Browse the repository at this point in the history
fix(2023): fix wrong time span
  • Loading branch information
Leko authored Nov 15, 2023
2 parents b7f67dc + 58c1ff6 commit 5c4bea8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 2023/src/data/talks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@
title: Break
speakerIDs: []
sponsorIDs: []
- uuid: day1-break-A-15:20
startsAt: "15:20"
- uuid: day1-break-A-15:10
startsAt: "15:10"
endsAt: "15:30"
room: A
date: day1
Expand Down Expand Up @@ -456,7 +456,7 @@
- uuid: hajime-mugishima-1
date: day1
startsAt: "14:40"
endsAt: "15:20"
endsAt: "15:10"
room: B
titleJa: Next.js App Router でのMPAフロントエンド刷新
descriptionJa: >-
Expand Down Expand Up @@ -592,7 +592,7 @@
- uuid: kian-jamali-1
date: day1
startsAt: "14:40"
endsAt: "15:20"
endsAt: "15:10"
room: A
title: "Trusted Types: DOM XSS Proteciton at Scale"
description: >-
Expand Down Expand Up @@ -976,7 +976,7 @@
- uuid: yonatan-mevorach-1
date: day1
startsAt: "14:40"
endsAt: "15:20"
endsAt: "15:10"
room: C
title: Mastering Cryptography Fundamentals with Node's crypto module
description: >-
Expand Down

0 comments on commit 5c4bea8

Please sign in to comment.