Skip to content

Commit

Permalink
docs: add new contributor to Jul-Sept 2023 (#604)
Browse files Browse the repository at this point in the history
Co-authored-by: Startrekzky <[email protected]>
  • Loading branch information
Startrekzky and merico-devlake authored Jul 26, 2023
1 parent fd2d11c commit e49d69a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
20 changes: 15 additions & 5 deletions info/Team/contributors.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"April-June-2023": [
"Jul-Sept-2023": [
{
"realName": "Arjun Devarajan",
"githubId": "arjundevarajan",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/10688662?v=4",
"githubLink": "https://github.com/arjundevarajan",
"date": "2023/07/18"
}
],
"Apr-Jun-2023": [
{
"realName": "Leric Zhang",
"githubId": "leric",
Expand All @@ -21,7 +31,7 @@
"githubId": "avanier",
"email": "",
"avatar": "https://avatars.githubusercontent.com/u/100362969?v=4",
"githubLink": "https://avatars.githubusercontent.com/u/4009658?v=4",
"githubLink": "https://github.com/avanier",
"date": "2023/04/03"
},
{
Expand Down Expand Up @@ -109,7 +119,7 @@
"date": "2022/11/28"
}
],
"July-Sept-2022": [
"Jul-Sept-2022": [
{
"realName": "Huazheng Pan",
"githubId": "perhapzz",
Expand Down Expand Up @@ -167,7 +177,7 @@
"date": "2022/09/04"
}
],
"April-June-2022": [
"Apr-Jun-2022": [
{
"realName": "Jiakeng Li",
"githubId": "skyleaworlder",
Expand Down Expand Up @@ -281,7 +291,7 @@
"date": "2022/06/30"
}
],
"Jan-March-2022": [
"Jan-Mar-2022": [
],
"Time Not Specified": [
{
Expand Down
9 changes: 5 additions & 4 deletions src/components/Team/Contributor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ import { Dropdown } from "../Dropdown";


const meau = [
'April-June-2023',
'Jul-Sept-2023',
'Apr-Jun-2023',
'Jan-Mar-2023',
'Oct-Dec-2022',
'July-Sept-2022',
'April-June-2022',
// 'Jan-March-2022',
'Jul-Sept-2022',
'Apr-Jun-2022',
// 'Jan-Mar-2022',
'Time Not Specified'
]

Expand Down

0 comments on commit e49d69a

Please sign in to comment.