diff options
| author | Eric Cheng <[email protected]> | 2023-08-05 08:02:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-05 14:02:36 +0200 |
| commit | 47fa093c838248d5db3300f407d098ce68aaf084 (patch) | |
| tree | 345aecd3c3335c74c33ecac61831b35e2fffd115 /docs | |
| parent | 1de471f83a52b2533bb95ea462c44289cb9ea497 (diff) | |
| download | faker-47fa093c838248d5db3300f407d098ce68aaf084.tar.xz faker-47fa093c838248d5db3300f407d098ce68aaf084.zip | |
docs: edit import-brain's team page listing (#2291)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/team/members.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/about/team/members.json b/docs/about/team/members.json index 32032b28..9ecda045 100644 --- a/docs/about/team/members.json +++ b/docs/about/team/members.json @@ -67,11 +67,18 @@ { "avatar": "https://github.com/import-brain.png", "name": "Eric Cheng", - "title": "Triage", + "title": "Contributor", "org": "", "orgLink": "", "desc": "", - "links": [{ "icon": "github", "link": "https://github.com/import-brain" }] + "links": [ + { "icon": "github", "link": "https://github.com/import-brain" }, + { + "icon": "linkedin", + "link": "https://www.linkedin.com/in/ericcheng-software/" + } + ], + "sponsor": "https://github.com/sponsors/import-brain" }, { "avatar": "https://github.com/xDivisionByZerox.png", |
