Skip to content

Commit

Permalink
config fixes
Browse files Browse the repository at this point in the history
Added missing project committee member and fixed project lead name misspelling
  • Loading branch information
danaiamirali committed Jul 29, 2024
1 parent 349e9d7 commit 715df9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/currentProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"leads": [
{ "name": "Jason Yen", "image": "temp.jpeg" },
{ "name": "Onat Ozer", "image": "temp.jpeg" },
{ "name": "Adita Sinha", "image": "temp.jpeg" }
{ "name": "Aditya Sinha", "image": "temp.jpeg" }
]
}
]
Expand Down
5 changes: 5 additions & 0 deletions config/ourteam.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@
"groupName": "Project Committee",
"description": "Project advisors who help MDST operate our projects smoothly and at scale. Led by the VP of Projects.",
"members": [
{
"name": "Aaron Williams",
"title": "Project Planner",
"image": "temp.jpeg"
},
{
"name": "Anthony Chen",
"title": "Project Planner",
Expand Down

0 comments on commit 715df9d

Please sign in to comment.