Skip to content

Commit 9c71bee

Browse files
committed
Fix image filename case for officer in TeamList.json
1 parent 82ea23d commit 9c71bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/headshots/Ishita.JPG

441 KB
Loading

src/components/Team/TeamList.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
{
166166
"name": "Ishita Rajeev",
167167
"role": "Community Officer",
168-
"email": "irajeev1@asu.edu",
169-
"image": "/headshots/ishita.jpeg"
168+
"email": "irajeev@asu.edu",
169+
"image": "/headshots/Ishita.JPG"
170170
},
171171
{
172172
"name": "Yug Thapar",

0 commit comments

Comments
 (0)