Skip to content

Commit 3be9512

Browse files
committed
add properties
1 parent e199e1b commit 3be9512

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Diff for: app/utils/speakers.constants.ts

+18
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ export const speakers: Speaker[] = [
1010
track: 'all',
1111
time: '10:25 - 11:05',
1212
type: 'main',
13+
archives: {
14+
slide: '',
15+
},
1316
},
1417
profile: {
1518
image: 'speakers/evan.jpg',
@@ -29,6 +32,9 @@ export const speakers: Speaker[] = [
2932
track: 'cloudsign',
3033
time: '13:30 - 14:00',
3134
type: 'main',
35+
archives: {
36+
slide: '',
37+
},
3238
},
3339
profile: {
3440
image: 'speakers/sebastien.jpg',
@@ -46,6 +52,9 @@ export const speakers: Speaker[] = [
4652
track: 'cloudsign',
4753
time: '15:45 - 16:15',
4854
type: 'main',
55+
archives: {
56+
slide: '',
57+
},
4958
},
5059
profile: {
5160
image: 'speakers/matias.jpg',
@@ -83,6 +92,9 @@ export const speakers: Speaker[] = [
8392
track: 'cloudsign',
8493
time: '14:15 - 14:45',
8594
type: 'main',
95+
archives: {
96+
slide: '',
97+
},
8698
},
8799
profile: {
88100
image: 'speakers/daniel_roe.jpg',
@@ -259,6 +271,9 @@ export const speakers: Speaker[] = [
259271
track: 'cloudsign',
260272
time: '16:30 - 17:00',
261273
type: 'main',
274+
archives: {
275+
slide: '',
276+
},
262277
},
263278
profile: {
264279
image: 'speakers/harlan_zw.jpg',
@@ -504,6 +519,9 @@ export const speakers: Speaker[] = [
504519
track: 'm3',
505520
time: '15:45 - 16:15',
506521
type: 'lt',
522+
archives: {
523+
slide: '',
524+
},
507525
},
508526
profile: {
509527
image: 'speakers/hieu.png',

Diff for: app/utils/sponsor-speakers.constants.ts

+6
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ export const sponsorSpeakers: SponsorSpeaker[] = [
117117
track: 'vue',
118118
time: '12:30 - 12:40',
119119
type: 'main',
120+
archives: {
121+
slide: '',
122+
},
120123
},
121124
profile: [
122125
{
@@ -139,6 +142,9 @@ export const sponsorSpeakers: SponsorSpeaker[] = [
139142
track: 'cloudsign',
140143
time: '12:25 - 12:45',
141144
type: 'main',
145+
archives: {
146+
slide: '',
147+
},
142148
},
143149
profile: [
144150
{

0 commit comments

Comments
 (0)