Skip to content

Commit e87a7e5

Browse files
committed
fix
1 parent 37da30c commit e87a7e5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/components/Team/teamData.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,77 +85,77 @@ const teamData: Team[] = [
8585
name: "Peyton Weidner",
8686
role: ["Scouting", "Mechanical", "Electrical", "Outreach/Portfolio", "Software"],
8787
type: "mentor"
88-
}
88+
},
8989
{
9090
id: 13,
9191
image: "arathpfp.png",
9292
name: "Arath Bernal",
9393
role: ["Mechanical", "Electrical", "Software"],
9494
type: "member"
95-
}
95+
},
9696
{
9797
id: 14,
9898
image: "laineypfp.png",
9999
name: "Lainey Purser",
100100
role: ["Outreach/Portfolio"],
101101
type: "member"
102-
}
102+
},
103103
{
104104
id: 15,
105105
image: "kylepfp.png",
106106
name: "Kyle Pacheco",
107107
role: ["Mechanical", "Electrical"],
108108
type: "member"
109-
}
109+
},
110110
{
111111
id: 16,
112112
image: "loganpfp.png",
113113
name: "Logan Pacheco",
114114
role: ["Mechanical", "Electrical"],
115115
type: "member"
116-
}
116+
},
117117
{
118118
id: 17,
119119
image: "divyapfp.png",
120120
name: "Divya Rustgi",
121121
role: ["Mechanical", "Outreach"],
122122
type: "member"
123-
}
123+
},
124124
{
125125
id: 18,
126126
image: "kennickpfp.png",
127127
name: "Kennick Oldenkamp",
128128
role: ["Software"],
129129
type: "member"
130-
}
130+
},
131131
{
132132
id: 19,
133133
image: "mariepfp.png",
134134
name: "Marie Alvarez",
135135
role: ["Mechanical"],
136136
type: "member"
137-
}
137+
},
138138
{
139139
id: 20,
140140
image: "shree.png",
141141
name: "Shree Patel",
142142
role: ["Software", "Outreach/Portfolio"],
143143
type: "member"
144-
}
144+
},
145145
{
146146
id: 21,
147147
image: "victorpfp.png",
148148
name: "Victor Zhang",
149149
role: ["Software"],
150150
type: "member"
151-
}
151+
},
152152
{
153153
id: 22,
154154
image: "shreejipfp.png",
155155
name: "Shreeji Patel",
156156
role: ["Mechanical"],
157157
type: "member"
158-
}
158+
},
159159
{
160160
id: 23,
161161
image: "alexpfp.png",

0 commit comments

Comments
 (0)