Skip to content

Commit a09d510

Browse files
authored
Merge pull request #559 from CodeForPhilly/557-update-contributors
Update contributors
2 parents 97c3b6c + 1a022af commit a09d510

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/client/src/pages/About.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ const DEVELOPERS = [
1818
"Andrew Bishop",
1919
"Akshat Vas",
2020
"Dan Kelley",
21+
"Osman Sabahat",
22+
"Stephen Carroll",
23+
"Diego Delgado",
24+
"Carlos Dominguez",
25+
"Benjamin Deck",
26+
"Sam Lufi",
27+
"Ruthie Fields",
2128
]
2229

2330
const PROJECT_MANAGERS = [
@@ -37,7 +44,8 @@ const EXTERNAL_COLLABORATORS = [
3744
"Tan Tan Chen",
3845
"Faith Benamy",
3946
"Jesse",
40-
"Chris Alfano"
47+
"Chris Alfano",
48+
"Josephine Dru",
4149
]
4250

4351
const SUPPORTERS = [
@@ -89,7 +97,7 @@ export default function About() {
8997
</Grid>
9098
<Grid item>
9199
<Typography>{_.size(DEVELOPERS) + _.size(PROJECT_MANAGERS) + _.size(PROJECT_LEADS) + _.size(EXTERNAL_COLLABORATORS)} individuals and {_.size(SUPPORTERS)} organisations supported and contributed to the PDP between
92-
2019/11/24 and 2021/05/01:</Typography>
100+
2019/11/24 and 2023/06/13:</Typography>
93101
</Grid>
94102
<Grid item>
95103
<Typography variant={"h3"}>Developers</Typography>

0 commit comments

Comments
 (0)