Skip to content

Commit 4fe4254

Browse files
committed
Don and Rez to emeriti
1 parent 8498e5d commit 4fe4254

File tree

1 file changed

+29
-32
lines changed

1 file changed

+29
-32
lines changed

Diff for: .vitepress/theme/constants/team.ts

+29-32
Original file line numberDiff line numberDiff line change
@@ -59,66 +59,63 @@ export const CORE_MEMBERS: TeamMember[] = [
5959
],
6060
},
6161
{
62-
id: "don",
62+
id: "cameron",
6363
type: "core",
64-
name: "Don",
65-
title: "Oxlint Product Owner",
66-
avatar: "https://www.github.com/donisaac.png",
67-
links: [
68-
{ icon: "github", link: "https://github.com/donisaac" },
69-
{ icon: "twitter", link: "https://twitter.com/Don_dev_" },
70-
],
64+
name: "Cameron",
65+
title: "Member",
66+
avatar: "https://www.github.com/camc314.png",
67+
links: [{ icon: "github", link: "https://github.com/camc314" }],
7168
},
7269
{
73-
id: "rzvxa",
70+
id: "leaysgur",
7471
type: "core",
75-
name: "rzvxa",
72+
name: "Yuji Sugiura",
7673
title: "Member",
77-
avatar: "https://www.github.com/rzvxa.png",
74+
avatar: "https://www.github.com/leaysgur.png",
7875
links: [
79-
{ icon: "github", link: "https://github.com/rzvxa" },
80-
{ icon: "twitter", link: "https://twitter.com/rzvxa" },
76+
{ icon: "github", link: "https://github.com/leaysgur" },
77+
{ icon: "twitter", link: "https://x.com/leaysgur" },
8178
],
8279
},
8380
{
84-
id: "cameron",
81+
id: "camchenry",
8582
type: "core",
86-
name: "Cameron",
83+
name: "Cam",
8784
title: "Member",
88-
avatar: "https://www.github.com/camc314.png",
89-
links: [{ icon: "github", link: "https://github.com/camc314" }],
85+
avatar: "https://www.github.com/camchenry.png",
86+
links: [
87+
{ icon: "github", link: "https://github.com/camchenry" },
88+
{ icon: "twitter", link: "https://x.com/cammchenry" },
89+
],
9090
},
9191
{
9292
id: "mysteryven",
9393
type: "emeriti",
9494
name: "Mysteryven",
95-
title: "Member",
9695
avatar: "https://www.github.com/mysteryven.png",
9796
links: [
9897
{ icon: "github", link: "https://github.com/mysteryven" },
9998
{ icon: "twitter", link: "https://twitter.com/mysteryven" },
10099
],
101100
},
102101
{
103-
id: "leaysgur",
104-
type: "core",
105-
name: "Yuji Sugiura",
106-
title: "Member",
107-
avatar: "https://www.github.com/leaysgur.png",
102+
id: "don",
103+
type: "emeriti",
104+
name: "Don",
105+
avatar: "https://www.github.com/donisaac.png",
108106
links: [
109-
{ icon: "github", link: "https://github.com/leaysgur" },
110-
{ icon: "twitter", link: "https://x.com/leaysgur" },
107+
{ icon: "github", link: "https://github.com/donisaac" },
108+
{ icon: "twitter", link: "https://twitter.com/Don_dev_" },
111109
],
112110
},
113111
{
114-
id: "camchenry",
115-
type: "core",
116-
name: "Cam",
117-
title: "Member",
118-
avatar: "https://www.github.com/camchenry.png",
112+
id: "rzvxa",
113+
type: "emeriti",
114+
name: "rzvxa",
115+
avatar: "https://www.github.com/rzvxa.png",
119116
links: [
120-
{ icon: "github", link: "https://github.com/camchenry" },
121-
{ icon: "twitter", link: "https://x.com/cammchenry" },
117+
{ icon: "github", link: "https://github.com/rzvxa" },
118+
{ icon: "twitter", link: "https://twitter.com/rzvxa" },
122119
],
123120
},
124121
{

0 commit comments

Comments
 (0)