Skip to content

Commit 1d4a376

Browse files
committed
updated events dates/times
1 parent 1da0178 commit 1d4a376

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/data/EventsDatabase.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ 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(''),
10-
time: '',
9+
date: new Date('08/25/2023'),
10+
time: '5:30 PM',
1111
location: 'The ideas hub (second floor of the engineering building)',
1212
weekly: true,
1313
endDate: new Date(semesterEnd)
1414
},
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(''),
19-
time: '5:00 PM',
18+
date: new Date('08/28/2023'),
19+
time: '5:30 PM',
2020
location: 'The ideas hub (second floor of the engineering building)',
2121
weekly: true,
2222
endDate: new Date(semesterEnd)
2323
},
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(''),
28-
time: '',
27+
date: new Date('08/29/2023'),
28+
time: '6:00 PM',
2929
location: 'The ideas hub (second floor of the engineering building)',
3030
weekly: true,
3131
endDate: new Date(semesterEnd)

src/pages/home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Home = (): React.ReactElement => {
3939
<h2>We hope to see you at Temple Fest 2023!</h2>
4040
<div className='button-container'>
4141
<Button text={'Sign up here!'} size={'large'} source={'https://forms.gle/rp6BY6h4doLkZQ2E8'}/>
42-
<Button text='Join Teams Here!' source={`https://teams.microsoft.com/l/team/19%3aeaf903f
42+
<Button text='Join Teams Here!' size={'large'} source={`https://teams.microsoft.com/l/team/19%3aeaf903f
4343
d81cd48eba95d8e769ed78544%40thread.tacv2/conversations?groupId=8f78ecbb-62f3-4b2c-bda
4444
7-7488eca908ee&tenantId=716e81ef-b522-4473-8e31-10bd02ccf6e5`}/>
4545
</div>

0 commit comments

Comments
 (0)