Skip to content

Commit

Permalink
Don and Rez to emeriti
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 26, 2024
1 parent 8498e5d commit 4fe4254
Showing 1 changed file with 29 additions and 32 deletions.
61 changes: 29 additions & 32 deletions .vitepress/theme/constants/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,66 +59,63 @@ 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" },
{ icon: "twitter", link: "https://twitter.com/mysteryven" },
],
},
{
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" },
],
},
{
Expand Down

0 comments on commit 4fe4254

Please sign in to comment.