Skip to content

Commit 715df9d

Browse files
committed
config fixes
Added missing project committee member and fixed project lead name misspelling
1 parent 349e9d7 commit 715df9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/currentProjects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"leads": [
8686
{ "name": "Jason Yen", "image": "temp.jpeg" },
8787
{ "name": "Onat Ozer", "image": "temp.jpeg" },
88-
{ "name": "Adita Sinha", "image": "temp.jpeg" }
88+
{ "name": "Aditya Sinha", "image": "temp.jpeg" }
8989
]
9090
}
9191
]

config/ourteam.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@
158158
"groupName": "Project Committee",
159159
"description": "Project advisors who help MDST operate our projects smoothly and at scale. Led by the VP of Projects.",
160160
"members": [
161+
{
162+
"name": "Aaron Williams",
163+
"title": "Project Planner",
164+
"image": "temp.jpeg"
165+
},
161166
{
162167
"name": "Anthony Chen",
163168
"title": "Project Planner",

0 commit comments

Comments
 (0)