@@ -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 ( '02/16/23 ' ) ,
18+ date : new Date ( '' ) ,
1919 time : '5:00 PM' ,
2020 location : 'The ideas hub (second floor of the engineering building)' ,
2121 weekly : true ,
@@ -34,32 +34,35 @@ const EVENT_INFO: EventObject[] = [
3434 title : 'First GBM of the Fall Semester' ,
3535 description : `Learn more about the club and what we do! If you have any interest at all,
3636 we highly recommend you joining us!` ,
37- date : new Date ( '2/12/22 ' ) ,
38- time : '' ,
37+ date : new Date ( '09/05/2023 ' ) ,
38+ time : '7:00 PM ' ,
3939 location : 'The ideas hub (second floor of the engineering building)'
40- } ,
40+ }
41+ //
42+ /*
4143 {
4244 title: 'General Body Meeting',
4345 description: `Learn more about the club and what we do! If you have any interest at all,
4446 we highly recommend you joining us!`,
45- date : new Date ( '2/16/23 ' ) ,
47+ date: new Date(''),
4648 time: '6:00 PM',
4749 location: 'The ideas hub (second floor of the engineering building)'
4850 },
4951 {
5052 title: 'Engineering Week Showcase',
5153 description: 'Meet us to see the robot in action and learn about the club!',
52- date : new Date ( '2/22/23 ' ) ,
54+ date: new Date(''),
5355 time: '11:00 AM',
5456 location: 'SERC Main Lobbby'
5557 },
5658 {
5759 title: 'Temple Ambler Showcase',
5860 description: 'Meet us to see the robot in action and learn about the club!',
59- date : new Date ( '4/21/23 ' ) ,
61+ date: new Date(''),
6062 time: '9:15 AM',
6163 location: 'Temple Ambler Widener'
6264 }
65+ */
6366]
6467
6568export default EVENT_INFO
0 commit comments