Kristan Kenney před 2 roky
rodič
revize
e045bc437b
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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[]} */