File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -110,15 +110,6 @@ const plainTeamMembers: CoreTeam[] = [
110
110
title : 'A passionate enthusiast of open source contributions' ,
111
111
desc : 'Team member of Vitest & UnoCSS' ,
112
112
} ,
113
- {
114
- avatar : contributorsAvatars . zxch3n ,
115
- name : 'Zixuan Chen' ,
116
- github : 'zxch3n' ,
117
- mastodon : 'https://elk.zone/hachyderm.io/@zx' ,
118
- twitter : 'zxch3n' ,
119
- title : 'A fullstack developer' ,
120
- desc : 'Working on CRDTs & local-first software' ,
121
- } ,
122
113
{
123
114
avatar : contributorsAvatars [ 'hi-ogawa' ] ,
124
115
name : 'Hiroshi Ogawa' ,
@@ -155,6 +146,15 @@ const plainTeamEmeritiMembers: CoreTeam[] = [
155
146
title : 'It\'s no problem in my locall' ,
156
147
desc : 'Core team member of Vite & Team member of Vitest' ,
157
148
} ,
149
+ {
150
+ avatar : contributorsAvatars . zxch3n ,
151
+ name : 'Zixuan Chen' ,
152
+ github : 'zxch3n' ,
153
+ mastodon : 'https://elk.zone/hachyderm.io/@zx' ,
154
+ twitter : 'zxch3n' ,
155
+ title : 'A fullstack developer' ,
156
+ desc : 'Working on CRDTs & local-first software' ,
157
+ } ,
158
158
]
159
159
160
160
const teamMembers = plainTeamMembers . map ( tm => createLinks ( tm ) )
You can’t perform that action at this time.
0 commit comments