File tree Expand file tree Collapse file tree
public/team/lead-images/26 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,10 +156,16 @@ export default function TeamPage() {
156156 image = "team/lead-images/26/ava-tran-26.jpg"
157157 />
158158 < TeamCard
159- name = "Stefan Karwasiecki"
160- title = "Suspension"
159+ name = "Thomas Yu"
160+ title = "Systems"
161+ titleColor = "text-gr-purple"
162+ image = "team/lead-images/26/thomas-yu-26.jpg"
163+ />
164+ < TeamCard
165+ name = "Diego Vasquez"
166+ title = "Fabrication"
161167 titleColor = "text-gr-purple"
162- image = "team/lead-images/26/stefan-karwasiecki -26.jpg"
168+ image = "team/lead-images/26/diego-vasquez -26.jpg"
163169 />
164170 < TeamCard
165171 name = "Curtis Butsko"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const TeamCard = ({
2222 < CardHeader className = "ml-8 mr-8 items-center" >
2323 < div className = "mb-4 h-32 w-32 overflow-hidden rounded-full bg-gray-300 md:h-40 md:w-40 lg:h-44 lg:w-44" >
2424 < img
25- src = { image || "/lead-images/placeholder-profile.png" }
25+ src = { image || "team /lead-images/placeholder-profile.png" }
2626 alt = { `${ name } 's picture` }
2727 className = "h-full w-full object-cover"
2828 />
You can’t perform that action at this time.
0 commit comments