@@ -14,37 +14,29 @@ const EVENT_INFO: EventObject[] = [
1414 {
1515 title : 'Weekly Programming Meeting' ,
1616 description : 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and ' ,
17- date : new Date ( '' ) ,
18- time : 'To Be Determined ' ,
17+ date : new Date ( '9/11/2024 ' ) ,
18+ time : '5:00pm ' ,
1919 location : 'The ideas hub (second floor of the engineering building)' ,
2020 weekly : true
2121 // endDate: new Date(semesterEnd)
2222 } ,
2323 {
2424 title : 'Weekly Electrical Meeting' ,
2525 description : 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!' ,
26- date : new Date ( '' ) ,
27- time : 'To Be Determined ' ,
26+ date : new Date ( '9/9/2024 ' ) ,
27+ time : '6:00 ' ,
2828 location : 'The ideas hub (second floor of the engineering building)' ,
2929 weekly : true
3030 // endDate: new Date(semesterEnd)
3131 } ,
3232 {
3333 title : 'Weekly Mechanical Meeting' ,
3434 description : 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.' ,
35- date : new Date ( '' ) ,
36- time : 'To Be Determined ' ,
35+ date : new Date ( '9/11/2024 ' ) ,
36+ time : '4:00pm ' ,
3737 location : 'The ideas hub (second floor of the engineering building)' ,
3838 weekly : true
3939 // endDate: new Date(semesterEnd)
40- } ,
41- {
42- title : 'First GBM of the Spring Semester' ,
43- description : `Learn more about the club and what we do! If you have any interest at all,
44- we highly recommend you joining us!` ,
45- date : new Date ( '1/29/24' ) ,
46- time : '' ,
47- location : 'The Fish Bowl (first floor of the engineering building)'
4840 }
4941 // {
5042 // title: 'Engineering Week Showcase',
0 commit comments