Skip to content

Commit e217c8f

Browse files
fix for missing images (#52)
1 parent 43a405d commit e217c8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/headshots/placeholder.png

107 KB
Loading

src/components/Team/TeamList.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"name": "Tejas Balemarthy",
3333
"role": "Treasurer",
3434
"email": "pbalemar@asu.edu",
35-
"image": "/headshots/tejas.jpg"
35+
"image": "/headshots/placeholder.png"
3636
},
3737
{
3838
"name": "Ruby Gonzalez Alvarado",
@@ -140,7 +140,7 @@
140140
"name": "Nathan Narrik",
141141
"role": "Events Developer",
142142
"email": "nnarrik@asu.edu",
143-
"image": "/headshots/nathan.jpg"
143+
"image": "/headshots/placeholder.png"
144144
}
145145
],
146146
"Community": [
@@ -172,7 +172,7 @@
172172
"name": "Ryan Groholski",
173173
"role": "Community Officer",
174174
"email": "rgrohols@asu.edu",
175-
"image": "/headshots/ryanGroholski.jpg"
175+
"image": "/headshots/placeholder.png"
176176
}
177177
],
178178
"Marketing": [

0 commit comments

Comments
 (0)