Skip to content

Commit

Permalink
chore(docs): update team page (vitest-dev#5224)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Feb 17, 2024
1 parent 3348b18 commit e82b00c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/.vitepress/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ const plainTeamMembers: CoreTeam[] = [
title: 'A fullstack developer',
desc: 'Working on CRDTs & local-first software',
},
{
avatar: contributorsAvatars['hi-ogawa'],
name: 'Hiroshi Ogawa',
github: 'hi-ogawa',
twitter: 'hiroshi_18181',
title: 'Open source enthusiast',
desc: 'Team member of Vitest',
},
]

const plainTeamEmeritiMembers: CoreTeam[] = [
Expand Down Expand Up @@ -147,14 +155,6 @@ const plainTeamEmeritiMembers: CoreTeam[] = [
title: 'It\'s no problem in my locall',
desc: 'Core team member of Vite & Team member of Vitest',
},
{
avatar: contributorsAvatars['hi-ogawa'],
name: 'Hiroshi Ogawa',
github: 'hi-ogawa',
twitter: 'hiroshi_18181',
title: 'Open source enthusiast',
desc: 'Team member of Vitest',
},
]

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

0 comments on commit e82b00c

Please sign in to comment.