Browse Source

Update team.js (#3985)

Kristan Kenney 2 years ago
parent
commit
766b09295c
1 changed files with 0 additions and 5 deletions
  1. 0 5
      docs/_data/team.js

+ 0 - 5
docs/_data/team.js

@@ -19,11 +19,6 @@ export const projectManagers = [
 		name: 'Robert Zollner 🇷🇴',
 		links: [{ icon: 'github', link: 'https://github.com/Lupul' }],
 	},
-	{
-		avatar: 'https://www.github.com/krismkenn.png',
-		name: 'Kristan Kenney 🇨🇦',
-		links: [{ icon: 'github', link: 'https://github.com/krismkenn' }],
-	},
 ];
 
 /** @type {import("vitepress").DefaultTheme.TeamMember[]} */