Skip to content

Commit d390e8c

Browse files
committed
Add camc314 to core team
1 parent a314e61 commit d390e8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ export const TEAM_MEMBERS: TeamMember[] = [
5959
{ icon: "twitter", link: "https://twitter.com/mysteryven" },
6060
],
6161
},
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+
},
6270
];
6371

6472
export const CORE_TEAM_MEMBERS = TEAM_MEMBERS.filter(

0 commit comments

Comments
 (0)