Skip to content

Commit 3abb5ca

Browse files
committed
update video archive
1 parent 728f272 commit 3abb5ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/components/timetable/data/schedule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"sponsorSession": "vue",
246246
"archives": {
247247
"slide": "",
248-
"youtube": ""
248+
"youtube": "https://www.youtube.com/watch?v=VOEMhfmVVrY"
249249
}
250250
},
251251
{

app/components/timetable/data/scheduleMobile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"sponsorSession": "vue",
241241
"archives": {
242242
"slide": "",
243-
"youtube": ""
243+
"youtube": "https://www.youtube.com/watch?v=VOEMhfmVVrY"
244244
}
245245
},
246246
{

app/utils/sponsor-speakers.constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const sponsorSpeakers: SponsorSpeaker[] = [
123123
type: 'main',
124124
archives: {
125125
slide: '',
126-
youtube: '',
126+
youtube: 'https://www.youtube.com/watch?v=VOEMhfmVVrY',
127127
},
128128
},
129129
profile: [

0 commit comments

Comments
 (0)