We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a314e61 commit d390e8cCopy full SHA for d390e8c
.vitepress/theme/constants/team.ts
@@ -59,6 +59,14 @@ export const TEAM_MEMBERS: TeamMember[] = [
59
{ icon: "twitter", link: "https://twitter.com/mysteryven" },
60
],
61
},
62
+ {
63
+ id: "cameron",
64
+ type: "core",
65
+ name: "Cameron",
66
+ title: "Member",
67
+ avatar: "https://www.github.com/camc314.png",
68
+ links: [{ icon: "github", link: "https://github.com/camc314" }],
69
+ },
70
];
71
72
export const CORE_TEAM_MEMBERS = TEAM_MEMBERS.filter(
0 commit comments