From 8ca2eac0eb667a5f9c6cbe6e1fc11ea0224ada78 Mon Sep 17 00:00:00 2001 From: Malin Date: Tue, 21 Jan 2025 17:45:20 -0500 Subject: [PATCH] readded GBM event --- src/data/EventsDatabase.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/data/EventsDatabase.tsx b/src/data/EventsDatabase.tsx index 3500cfd..02970a6 100644 --- a/src/data/EventsDatabase.tsx +++ b/src/data/EventsDatabase.tsx @@ -3,14 +3,13 @@ import { EventObject } from '../tools/CustomTypes' const semesterEnd = '5/31/25' const EVENT_INFO: EventObject[] = [ - // { - // title: 'General Body Meeting', - // description: `Learn more about the club and what we do! If you have any interest at all, - // we highly recommend you joining us!`, - // date: new Date('1/11/2025'), - // time: '5:00pm', - // location: 'The Fish Bowl (first floor pf the engineering building)' - // }, + { + title: 'General Body Meeting', + description: 'Updates on what happened since the last GBM and the plan for the rest of the semester as well as an activity', + date: new Date('2025-02-05T17:00:00'), + // location: 'The Fish Bowl (first floor pf the engineering building)' + location: '201A classroom (The ideas hub second floor of the engineering building)' + }, { title: 'Weekly Programming Meeting', description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot',