From 6d913b9b2325e9289d347f019abc07e4aa38235e Mon Sep 17 00:00:00 2001 From: Shinigami Date: Mon, 8 Jul 2024 19:32:58 +0200 Subject: [PATCH] chore: move shinigami to team emeriti (#17634) --- _data/team.js | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/_data/team.js b/_data/team.js index a58e4cab..18e2c65d 100644 --- a/_data/team.js +++ b/_data/team.js @@ -99,19 +99,6 @@ export const core = [ ], sponsor: 'https://github.com/sponsors/sheremet-va', }, - { - avatar: 'https://github.com/Shinigami92.png', - name: 'Shinigami', - title: 'Maintainer', - org: 'Faker', - orgLink: 'https://fakerjs.dev', - desc: 'Passionate TypeScript enthusiast working extensively with Vue SPA and pug.', - links: [ - { icon: 'github', link: 'https://github.com/Shinigami92' }, - { icon: 'mastodon', link: 'https://elk.zone/mas.to/@Shini92' }, - ], - sponsor: 'https://github.com/sponsors/Shinigami92', - }, { avatar: 'https://github.com/sodatea.png', name: 'Haoqun Jiang', @@ -188,4 +175,16 @@ export const emeriti = [ title: 'Senior Software Engineer', links: [{ icon: 'github', link: 'https://github.com/nihalgonsalves' }], }, + { + avatar: 'https://github.com/Shinigami92.png', + name: 'Shinigami', + title: 'Senior Frontend Engineer', + org: 'Faker', + orgLink: 'https://fakerjs.dev', + desc: 'Passionate TypeScript enthusiast working extensively with Vue SPA.', + links: [ + { icon: 'github', link: 'https://github.com/Shinigami92' }, + { icon: 'mastodon', link: 'https://elk.zone/mas.to/@Shini92' }, + ], + }, ]