11const agenda = {
22 friday : [
3+ {
4+ time_start : '2024-12-06T09:00:00.000Z' ,
5+ time_end : '2024-12-06T09:30:00.000Z' ,
6+ speaker_name : 'Bienvenida' ,
7+ description : ''
8+ } ,
39 {
410 time_start : '2024-12-06T09:30:00.000Z' ,
511 time_end : '2024-12-06T10:00:00.000Z' ,
@@ -9,8 +15,8 @@ const agenda = {
915 {
1016 time_start : '2024-12-06T10:00:00.000Z' ,
1117 time_end : '2024-12-06T10:30:00.000Z' ,
12- speaker_name : 'Próximamente ' ,
13- description : '??????????????????????? '
18+ speaker_name : 'Santiago Bosio ' ,
19+ description : 'pnpm (your new favorite package manager) '
1420 } ,
1521 {
1622 time_start : '2024-12-06T10:30:00.000Z' ,
@@ -76,17 +82,23 @@ const agenda = {
7682 {
7783 time_start : '2024-12-06T17:00:00.000Z' ,
7884 time_end : '2024-12-06T17:30:00.000Z' ,
79- speaker_name : 'Santiago Bosio ' ,
80- description : 'pnpm (your new favorite package manager) '
85+ speaker_name : 'Próximamente ' ,
86+ description : '??????????????????????? '
8187 } ,
8288 {
8389 time_start : '2024-12-06T17:30:00.000Z' ,
8490 time_end : '2024-12-06T18:00:00.000Z' ,
85- speaker_name : 'Próximamente ' ,
86- description : '??????????????????????? '
91+ speaker_name : 'Cierre ' ,
92+ description : ''
8793 }
8894 ] ,
8995 saturday : [
96+ {
97+ time_start : '2024-12-07T09:00:00.000Z' ,
98+ time_end : '2024-12-07T09:30:00.000Z' ,
99+ speaker_name : 'Bienvenida' ,
100+ description : ''
101+ } ,
90102 {
91103 time_start : '2024-12-07T09:30:00.000Z' ,
92104 time_end : '2024-12-07T10:00:00.000Z' ,
0 commit comments