Skip to content

Commit 6af856c

Browse files
committed
update slide
1 parent e1518ea commit 6af856c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/components/timetable/data/schedule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"titleKey": "sessions.keima",
707707
"speaker": "甲斐 啓真 / Keima",
708708
"archives": {
709-
"slide": "",
709+
"slide": "https://docs.google.com/presentation/d/1sVPisJofs18G8WUitn4l53s-mXFLRTs2Q4F0hqFqS5A/edit?usp=sharing",
710710
"youtube": ""
711711
}
712712
}

app/components/timetable/data/scheduleMobile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@
704704
"titleKey": "sessions.keima",
705705
"speaker": "甲斐 啓真 / Keima",
706706
"archives": {
707-
"slide": "",
707+
"slide": "https://docs.google.com/presentation/d/1sVPisJofs18G8WUitn4l53s-mXFLRTs2Q4F0hqFqS5A/edit?usp=sharing",
708708
"youtube": ""
709709
}
710710
}

app/utils/speakers.constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ export const speakers: Speaker[] = [
296296
time: '17:15 - 17:45',
297297
type: 'main',
298298
archives: {
299-
slide: 'https://docs.google.com/presentation/d/1sVPisJofs18G8WUitn4l53s-mXFLRTs2Q4F0hqFqS5A/edit#slide=id.p',
299+
slide:
300+
'https://docs.google.com/presentation/d/1sVPisJofs18G8WUitn4l53s-mXFLRTs2Q4F0hqFqS5A/edit#slide=id.p',
300301
},
301302
},
302303
profile: {

0 commit comments

Comments
 (0)