Skip to content

Commit f2e6767

Browse files
author
Malin Kussi
committed
Changed leads order
1 parent 9a99e7a commit f2e6767

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/pages/robotic-mining/RoboticMiningStyles.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ export const MEET_THE_TEAM: GalleryImage[] = [
88
{ image: RMC_TEAM[0], title: 'Dr. John Helferty', description: 'Head Advisor' },
99
{ image: RMC_TEAM[1], title: 'Rocco Gruzman', description: 'Robotic\'s President' },
1010
{ image: RMC_TEAM[2], title: 'Malin Kussi', description: 'Vice President' },
11-
{ image: RMC_TEAM[3], title: 'Javier Price-Butler', description: 'Chief of Development' },
12-
{ image: RMC_TEAM[4], title: 'Jaden Howard', description: 'Electrical Lead' },
13-
{ image: RMC_TEAM[5], title: 'Alessia Smith', description: 'Mechanical Lead' },
14-
{ image: RMC_TEAM[6], title: 'Brian Ervin', description: 'Programming Lead' },
15-
{ image: RMC_TEAM[7], title: 'Tanishka Shah', description: 'Project Manager' },
11+
{ image: RMC_TEAM[3], title: 'Jaden Howard', description: 'Electrical Lead' },
12+
{ image: RMC_TEAM[4], title: 'Alessia Smith', description: 'Mechanical Lead' },
13+
{ image: RMC_TEAM[5], title: 'Brian Ervin', description: 'Programming Lead' },
14+
{ image: RMC_TEAM[6], title: 'Tanishka Shah', description: 'Project Manager' },
15+
{ image: RMC_TEAM[7], title: 'Javier Price-Butler', description: 'Chief of Development' },
1616
{ image: RMC_TEAM[8], title: 'Jonah Tesler', description: 'Shop Manager' }
1717
]
1818

src/tools/Constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ export const RMC_TEAM = [
3434
require('../assets/pics/team/john-helferty.jpg'),
3535
require('../assets/pics/Leads/roccos_face.jpg'),
3636
require('../assets/pics/Leads/Malins_face.jpg'),
37-
require('../assets/pics/Leads/Javi_face.png'),
3837
require('../assets/pics/Leads/Jadens_face.jpg'),
3938
require('../assets/pics/Leads/Alessia_headshot.png'),
4039
require('../assets/pics/Leads/Brian_face.png'),
4140
require('../assets/pics/Leads/Tanishkas_face.jpeg'),
41+
require('../assets/pics/Leads/Javi_face.png'),
4242
require('../assets/pics/Leads/Jonah_Face.jpg')
4343
]
4444

0 commit comments

Comments
 (0)