Skip to content

Commit 2d7c5ed

Browse files
authored
fix: keynote time (#974)
1 parent 1a87b43 commit 2d7c5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

i18n/en/speakers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const evan = {
66
id: "yyx990803",
77
name: "Evan You",
88
affiliation: "Creator of Vue.js & Vite",
9-
talkSchedule: "10:11 - 10:50",
9+
talkSchedule: "10:10 - 10:50",
1010
talkTrack: "hacomono" as const,
1111
avatarUrl: "/images/avatars/evan-you.png",
1212
attendedIndex: 1,

i18n/ja/speakers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const evan = {
66
id: "yyx990803",
77
name: "Evan You",
88
title: "Vue.js、Vite クリエーター",
9-
talkSchedule: "10:11 - 10:50",
9+
talkSchedule: "10:10 - 10:50",
1010
talkTrack: "hacomono" as const,
1111
avatarUrl: "/images/avatars/evan-you.png",
1212
attendedIndex: 1,

0 commit comments

Comments
 (0)