Skip to content

Commit ca7dee0

Browse files
authored
Merge pull request #49 from templerobotics/fixed-meeting-dates
Fixed meeting dates
2 parents 02aa563 + 91bf9b7 commit ca7dee0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
1.96 MB
Loading
-2.07 MB
Binary file not shown.
-2.59 MB
Binary file not shown.

src/data/EventsDatabase.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { EventObject } from '../tools/CustomTypes'
33
const semesterEnd = '5/31/25'
44
const EVENT_INFO: EventObject[] = [
55
{
6-
title: 'Weekly Solidworks Workshop',
6+
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`,
99
date: new Date('2025-02-17T17:30:00'),
@@ -21,23 +21,23 @@ 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-01-22T17:00:00'),
24+
date: new Date('2025-02-12T17:00:00'),
2525
location: 'The ideas hub (second floor of the engineering building)',
2626
weekly: true,
2727
endDate: new Date(semesterEnd)
2828
},
2929
{
3030
title: 'Weekly Electrical Meeting',
3131
description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!',
32-
date: new Date('2025-01-22T18:00:00'),
32+
date: new Date('2025-02-12T18:00:00'),
3333
location: 'The ideas hub (second floor of the engineering building)',
3434
weekly: true,
3535
endDate: new Date(semesterEnd)
3636
},
3737
{
3838
title: 'Weekly Mechanical Meeting',
3939
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.',
40-
date: new Date('2025-01-22T16:00:00'),
40+
date: new Date('2025-02-12T16:00:00'),
4141
location: 'The ideas hub (second floor of the engineering building)',
4242
weekly: true,
4343
endDate: new Date(semesterEnd)

src/pages/meet-the-leads/MeetTheLeads.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Contact from '../general/contact/Contact'
1010
import Styles from './MeetTheLeadsStyles'
1111

1212
// Images
13-
import TanishkasFace from '../../assets/pics/Leads/Tanishkas_face.jpg'
13+
import TanishkasFace from '../../assets/pics/Leads/Tanishkas_face.jpeg'
1414
import RoccosFace from '../../assets/pics/Leads/roccos_face.jpg'
1515
import MalinsFace from '../../assets/pics/Leads/Malins_face.jpg'
1616
import BriansFace from '../../assets/pics/Leads/Brian_face.png'

src/tools/Constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const RMC_TEAM = [
3838
require('../assets/pics/Leads/Jadens_face.jpg'),
3939
require('../assets/pics/Leads/Alessia_headshot.png'),
4040
require('../assets/pics/Leads/Brian_face.png'),
41-
require('../assets/pics/Leads/Tanishkas_face.jpg'),
41+
require('../assets/pics/Leads/Tanishkas_face.jpeg'),
4242
require('../assets/pics/Leads/Jonah_Face.jpg')
4343
]
4444

0 commit comments

Comments
 (0)