File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ import { EventObject } from '../tools/CustomTypes'
33const semesterEnd = '5/31/25'
44
55const EVENT_INFO : EventObject [ ] = [
6- // {
7- // title: 'General Body Meeting',
8- // description: `Learn more about the club and what we do! If you have any interest at all,
9- // we highly recommend you joining us!`,
10- // date: new Date('1/11/2025'),
11- // time: '5:00pm',
12- // location: 'The Fish Bowl (first floor pf the engineering building)'
13- // },
6+ {
7+ title : 'General Body Meeting' ,
8+ description : 'Updates on what happened since the last GBM and the plan for the rest of the semester as well as an activity' ,
9+ date : new Date ( '2025-02-05T17:00:00' ) ,
10+ // location: 'The Fish Bowl (first floor pf the engineering building)'
11+ location : '201A classroom (The ideas hub second floor of the engineering building)'
12+ } ,
1413 {
1514 title : 'Weekly Programming Meeting' ,
1615 description : 'The weekly meeting for the programming sub-team. Take a look at the code for the robot' ,
You can’t perform that action at this time.
0 commit comments