Skip to content

Commit 85cdd9f

Browse files
committed
updated meeting dates
1 parent 40f13ee commit 85cdd9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/EventsDatabase.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const EVENT_INFO: EventObject[] = [
66
{
77
title: 'Weekly Programming Meeting',
88
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and write some yourself!',
9-
date: new Date('08/25/2023'),
9+
date: new Date('09/01/2023'),
1010
time: '5:30 PM',
1111
location: 'The ideas hub (second floor of the engineering building)',
1212
weekly: true,
@@ -15,7 +15,7 @@ const EVENT_INFO: EventObject[] = [
1515
{
1616
title: 'Weekly Electrical Meeting',
1717
description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!',
18-
date: new Date('08/28/2023'),
18+
date: new Date('09/04/2023'),
1919
time: '5:30 PM',
2020
location: 'The ideas hub (second floor of the engineering building)',
2121
weekly: true,
@@ -24,7 +24,7 @@ const EVENT_INFO: EventObject[] = [
2424
{
2525
title: 'Weekly Mechanical Meeting',
2626
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robotics and model 3D parts.',
27-
date: new Date('08/29/2023'),
27+
date: new Date('09/05/2023'),
2828
time: '6:00 PM',
2929
location: 'The ideas hub (second floor of the engineering building)',
3030
weekly: true,

0 commit comments

Comments
 (0)