Skip to content

Commit

Permalink
chore: update team members in doc (#5175)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Feb 10, 2024
1 parent 1d513c1 commit 15b2ad4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ const plainTeamMembers: 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 15b2ad4

Please sign in to comment.