@@ -6,7 +6,7 @@ const EVENT_INFO: EventObject[] = [
66 {
77 title : 'Weekly Programming Meeting' ,
88 description : 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and write some yourself!' ,
9- date : new Date ( '08/25 /2023' ) ,
9+ date : new Date ( '09/01 /2023' ) ,
1010 time : '5:30 PM' ,
1111 location : 'The ideas hub (second floor of the engineering building)' ,
1212 weekly : true ,
@@ -15,7 +15,7 @@ const EVENT_INFO: EventObject[] = [
1515 {
1616 title : 'Weekly Electrical Meeting' ,
1717 description : 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!' ,
18- date : new Date ( '08/28 /2023' ) ,
18+ date : new Date ( '09/04 /2023' ) ,
1919 time : '5:30 PM' ,
2020 location : 'The ideas hub (second floor of the engineering building)' ,
2121 weekly : true ,
@@ -24,7 +24,7 @@ const EVENT_INFO: EventObject[] = [
2424 {
2525 title : 'Weekly Mechanical Meeting' ,
2626 description : 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robotics and model 3D parts.' ,
27- date : new Date ( '08/29 /2023' ) ,
27+ date : new Date ( '09/05 /2023' ) ,
2828 time : '6:00 PM' ,
2929 location : 'The ideas hub (second floor of the engineering building)' ,
3030 weekly : true ,
0 commit comments