Skip to content

Commit 76ce3a9

Browse files
author
Malin Kussi
committed
Changed event dates to after break
1 parent 4e05805 commit 76ce3a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/EventsDatabase.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const EVENT_INFO: EventObject[] = [
66
title: 'Weekly SolidWorks Workshop',
77
description: `The goal of these classes is to equip you with the skills to model and design on a professional
88
level, as well as create a common ground for all engineers to work together more efficiently and effectively`,
9-
date: new Date('2025-02-24T17:30:00'),
9+
date: new Date('2025-03-10T17:30:00'),
1010
location: 'The ideas hub (second floor of the engineering building)',
1111
weekly: true,
1212
endDate: new Date(semesterEnd),
@@ -21,7 +21,7 @@ const EVENT_INFO: EventObject[] = [
2121
{
2222
title: 'Weekly Programming Meeting',
2323
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot',
24-
date: new Date('2025-02-26T17:00:00'),
24+
date: new Date('2025-03-12T17:00:00'),
2525
location: 'The ideas hub (second floor of the engineering building)',
2626
weekly: true,
2727
endDate: new Date(semesterEnd),
@@ -30,7 +30,7 @@ const EVENT_INFO: EventObject[] = [
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-02-26T18:00:00'),
33+
date: new Date('2025-03-12T18:00:00'),
3434
location: 'The ideas hub (second floor of the engineering building)',
3535
weekly: true,
3636
endDate: new Date(semesterEnd),
@@ -39,7 +39,7 @@ const EVENT_INFO: EventObject[] = [
3939
{
4040
title: 'Weekly Mechanical Meeting',
4141
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.',
42-
date: new Date('2025-02-26T16:00:00'),
42+
date: new Date('2025-03-12T16:00:00'),
4343
location: 'The ideas hub (second floor of the engineering building)',
4444
weekly: true,
4545
endDate: new Date(semesterEnd),

0 commit comments

Comments
 (0)