From 4fe42542969baef73901c7468e2050d4ceb47af3 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 26 Nov 2024 18:58:27 +0800 Subject: [PATCH] Don and Rez to emeriti --- .vitepress/theme/constants/team.ts | 61 ++++++++++++++---------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/.vitepress/theme/constants/team.ts b/.vitepress/theme/constants/team.ts index 89e6a67335..3b276805dc 100644 --- a/.vitepress/theme/constants/team.ts +++ b/.vitepress/theme/constants/team.ts @@ -59,40 +59,39 @@ export const CORE_MEMBERS: TeamMember[] = [ ], }, { - id: "don", + id: "cameron", type: "core", - name: "Don", - title: "Oxlint Product Owner", - avatar: "https://www.github.com/donisaac.png", - links: [ - { icon: "github", link: "https://github.com/donisaac" }, - { icon: "twitter", link: "https://twitter.com/Don_dev_" }, - ], + name: "Cameron", + title: "Member", + avatar: "https://www.github.com/camc314.png", + links: [{ icon: "github", link: "https://github.com/camc314" }], }, { - id: "rzvxa", + id: "leaysgur", type: "core", - name: "rzvxa", + name: "Yuji Sugiura", title: "Member", - avatar: "https://www.github.com/rzvxa.png", + avatar: "https://www.github.com/leaysgur.png", links: [ - { icon: "github", link: "https://github.com/rzvxa" }, - { icon: "twitter", link: "https://twitter.com/rzvxa" }, + { icon: "github", link: "https://github.com/leaysgur" }, + { icon: "twitter", link: "https://x.com/leaysgur" }, ], }, { - id: "cameron", + id: "camchenry", type: "core", - name: "Cameron", + name: "Cam", title: "Member", - avatar: "https://www.github.com/camc314.png", - links: [{ icon: "github", link: "https://github.com/camc314" }], + avatar: "https://www.github.com/camchenry.png", + links: [ + { icon: "github", link: "https://github.com/camchenry" }, + { icon: "twitter", link: "https://x.com/cammchenry" }, + ], }, { id: "mysteryven", type: "emeriti", name: "Mysteryven", - title: "Member", avatar: "https://www.github.com/mysteryven.png", links: [ { icon: "github", link: "https://github.com/mysteryven" }, @@ -100,25 +99,23 @@ export const CORE_MEMBERS: TeamMember[] = [ ], }, { - id: "leaysgur", - type: "core", - name: "Yuji Sugiura", - title: "Member", - avatar: "https://www.github.com/leaysgur.png", + id: "don", + type: "emeriti", + name: "Don", + avatar: "https://www.github.com/donisaac.png", links: [ - { icon: "github", link: "https://github.com/leaysgur" }, - { icon: "twitter", link: "https://x.com/leaysgur" }, + { icon: "github", link: "https://github.com/donisaac" }, + { icon: "twitter", link: "https://twitter.com/Don_dev_" }, ], }, { - id: "camchenry", - type: "core", - name: "Cam", - title: "Member", - avatar: "https://www.github.com/camchenry.png", + id: "rzvxa", + type: "emeriti", + name: "rzvxa", + avatar: "https://www.github.com/rzvxa.png", links: [ - { icon: "github", link: "https://github.com/camchenry" }, - { icon: "twitter", link: "https://x.com/cammchenry" }, + { icon: "github", link: "https://github.com/rzvxa" }, + { icon: "twitter", link: "https://twitter.com/rzvxa" }, ], }, {