Skip to content

Commit 8ca2eac

Browse files
committed
readded GBM event
1 parent bcc2455 commit 8ca2eac

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/data/EventsDatabase.tsx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ import { EventObject } from '../tools/CustomTypes'
33
const semesterEnd = '5/31/25'
44

55
const 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',

0 commit comments

Comments
 (0)