Skip to content

Commit

Permalink
docs: move zxch3n to Team Emeriti
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 22, 2024
1 parent 4ff7159 commit 424f3ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/.vitepress/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,6 @@ const plainTeamMembers: CoreTeam[] = [
title: 'A passionate enthusiast of open source contributions',
desc: 'Team member of Vitest & UnoCSS',
},
{
avatar: contributorsAvatars.zxch3n,
name: 'Zixuan Chen',
github: 'zxch3n',
mastodon: 'https://elk.zone/hachyderm.io/@zx',
twitter: 'zxch3n',
title: 'A fullstack developer',
desc: 'Working on CRDTs & local-first software',
},
{
avatar: contributorsAvatars['hi-ogawa'],
name: 'Hiroshi Ogawa',
Expand Down Expand Up @@ -155,6 +146,15 @@ const plainTeamEmeritiMembers: CoreTeam[] = [
title: 'It\'s no problem in my locall',
desc: 'Core team member of Vite & Team member of Vitest',
},
{
avatar: contributorsAvatars.zxch3n,
name: 'Zixuan Chen',
github: 'zxch3n',
mastodon: 'https://elk.zone/hachyderm.io/@zx',
twitter: 'zxch3n',
title: 'A fullstack developer',
desc: 'Working on CRDTs & local-first software',
},
]

const teamMembers = plainTeamMembers.map(tm => createLinks(tm))
Expand Down

0 comments on commit 424f3ac

Please sign in to comment.