Skip to content

Commit

Permalink
feat: Add yagipy info (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
yagipy committed May 29, 2023
1 parent 8fc6135 commit b907f27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/modules/staff/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,12 @@ export const staff: StaffInfo[] = [
twitterLink: 'https://twitter.com/tenntenn',
githubLink: 'https://github.com/tenntenn',
otherLink: 'https://tenntenn.dev'
},
{
name: 'yagipy',
icon: 'https://avatars.githubusercontent.com/u/34264859?v=4',
twitterLink: 'https://twitter.com/yagipy_',
githubLink: 'https://github.com/yagipy',
otherLink: 'https://blog.yagipy.me'
}
]

0 comments on commit b907f27

Please sign in to comment.