Skip to content

Commit 2d26d34

Browse files
authored
Add Raquel to volunteers list (#123)
1 parent ef5c842 commit 2d26d34

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/data/volunteers.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ const volunteers = [
206206
},
207207
teams: ["communications"]
208208
},
209+
{
210+
name: "Raquel Dou",
211+
image: "https://avatars.githubusercontent.com/u/6319134",
212+
links : {
213+
git: "https://github.com/hypha",
214+
},
215+
teams: ["infrastructure"]
216+
},
209217
];
210218

211219
//adds the default socials

0 commit comments

Comments
 (0)