Skip to content

Commit ffcb7a8

Browse files
committed
added first GBM date and updated link
1 parent 96b9a68 commit ffcb7a8

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

src/data/EventSignUpInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const EVENT_SIGNUP_INFO: EventSignUpProps[] = [
44
{
55
title: 'Robotics Sign Up',
66
description: 'Sign up for the club!',
7-
src: 'https://docs.google.com/forms/d/e/1FAIpQLSea1tnIeueKhYVQjzDB4B3Eu9SW2346thjVDTSs5X0GFM-5vQ/viewform?usp=sf_link'
7+
src: 'https://forms.gle/pPHGRk5EkNQ7nJHd9'
88
}
99
// {
1010
// title: 'Build Day Sign Up',

src/data/EventsDatabase.tsx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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('02/16/23'),
18+
date: new Date(''),
1919
time: '5:00 PM',
2020
location: 'The ideas hub (second floor of the engineering building)',
2121
weekly: true,
@@ -34,32 +34,35 @@ const EVENT_INFO: EventObject[] = [
3434
title: 'First GBM of the Fall Semester',
3535
description: `Learn more about the club and what we do! If you have any interest at all,
3636
we highly recommend you joining us!`,
37-
date: new Date('2/12/22'),
38-
time: '',
37+
date: new Date('09/05/2023'),
38+
time: '7:00 PM',
3939
location: 'The ideas hub (second floor of the engineering building)'
40-
},
40+
}
41+
//
42+
/*
4143
{
4244
title: 'General Body Meeting',
4345
description: `Learn more about the club and what we do! If you have any interest at all,
4446
we highly recommend you joining us!`,
45-
date: new Date('2/16/23'),
47+
date: new Date(''),
4648
time: '6:00 PM',
4749
location: 'The ideas hub (second floor of the engineering building)'
4850
},
4951
{
5052
title: 'Engineering Week Showcase',
5153
description: 'Meet us to see the robot in action and learn about the club!',
52-
date: new Date('2/22/23'),
54+
date: new Date(''),
5355
time: '11:00 AM',
5456
location: 'SERC Main Lobbby'
5557
},
5658
{
5759
title: 'Temple Ambler Showcase',
5860
description: 'Meet us to see the robot in action and learn about the club!',
59-
date: new Date('4/21/23'),
61+
date: new Date(''),
6062
time: '9:15 AM',
6163
location: 'Temple Ambler Widener'
6264
}
65+
*/
6366
]
6467

6568
export default EVENT_INFO

0 commit comments

Comments
 (0)