From 167006e74751a66776f4f48316262449b19bf186 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) --- docs/_data/team.js | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/_data/team.js b/docs/_data/team.js index a58e4cabf42935..18e2c65d773a8a 100644 --- a/docs/_data/team.js +++ b/docs/_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' }, + ], + }, ]