@@ -3,7 +3,7 @@ import { EventObject } from '../tools/CustomTypes'
33const semesterEnd = '5/31/25'
44const EVENT_INFO : EventObject [ ] = [
55 {
6- title : 'Weekly Solidworks Workshop' ,
6+ title : 'Weekly SolidWorks Workshop' ,
77 description : `The goal of these classes is to equip you with the skills to model and design on a professional
88 level, as well as create a common ground for all engineers to work together more efficiently and effectively` ,
99 date : new Date ( '2025-02-17T17:30:00' ) ,
@@ -21,23 +21,23 @@ const EVENT_INFO: EventObject[] = [
2121 {
2222 title : 'Weekly Programming Meeting' ,
2323 description : 'The weekly meeting for the programming sub-team. Take a look at the code for the robot' ,
24- date : new Date ( '2025-01-22T17 :00:00' ) ,
24+ date : new Date ( '2025-02-12T17 :00:00' ) ,
2525 location : 'The ideas hub (second floor of the engineering building)' ,
2626 weekly : true ,
2727 endDate : new Date ( semesterEnd )
2828 } ,
2929 {
3030 title : 'Weekly Electrical Meeting' ,
3131 description : 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!' ,
32- date : new Date ( '2025-01-22T18 :00:00' ) ,
32+ date : new Date ( '2025-02-12T18 :00:00' ) ,
3333 location : 'The ideas hub (second floor of the engineering building)' ,
3434 weekly : true ,
3535 endDate : new Date ( semesterEnd )
3636 } ,
3737 {
3838 title : 'Weekly Mechanical Meeting' ,
3939 description : 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.' ,
40- date : new Date ( '2025-01-22T16 :00:00' ) ,
40+ date : new Date ( '2025-02-12T16 :00:00' ) ,
4141 location : 'The ideas hub (second floor of the engineering building)' ,
4242 weekly : true ,
4343 endDate : new Date ( semesterEnd )
0 commit comments