Skip to content

Commit e6de119

Browse files
committed
Fixed meeting times
1 parent 15f65da commit e6de119

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
@@ -22,23 +22,23 @@ const EVENT_INFO: EventObject[] = [
2222
{
2323
title: 'Weekly Programming Meeting',
2424
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot',
25-
date: new Date('2025-01-22T17:00:00'),
25+
date: new Date('2025-02-19T17:00:00'),
2626
location: 'The ideas hub (second floor of the engineering building)',
2727
weekly: true,
2828
endDate: new Date(semesterEnd)
2929
},
3030
{
3131
title: 'Weekly Electrical Meeting',
3232
description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!',
33-
date: new Date('2025-01-22T18:00:00'),
33+
date: new Date('2025-02-19T18:00:00'),
3434
location: 'The ideas hub (second floor of the engineering building)',
3535
weekly: true,
3636
endDate: new Date(semesterEnd)
3737
},
3838
{
3939
title: 'Weekly Mechanical Meeting',
4040
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.',
41-
date: new Date('2025-01-22T16:00:00'),
41+
date: new Date('2025-02-19T16:00:00'),
4242
location: 'The ideas hub (second floor of the engineering building)',
4343
weekly: true,
4444
endDate: new Date(semesterEnd)

0 commit comments

Comments
 (0)