Skip to content

Commit

Permalink
feat: Fall 2023 events
Browse files Browse the repository at this point in the history
  • Loading branch information
bliutech committed Sep 2, 2023
1 parent 1d6be02 commit 31f18f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,22 @@ const eventsData: Event[] = [
time: '6:00 - 8:00 PM (PST)',
location: matsci,
},
{
name: 'ACM Fall General Meeting 2023',
description: defaultDescription,
type: EventKind.Misc,
date: new Date("2023-10-02"),
time: '6:00 - 8:00 PM (PST)',
location: "TBD",
},
{
name: 'Cyber Fall General Meeting 2023',
description: defaultDescription,
type: EventKind.Misc,
date: new Date("2023-10-09"),
time: '6:00 - 8:00 PM (PST)',
location: "TBD",
},
];

export default eventsData;

0 comments on commit 31f18f8

Please sign in to comment.