From 5fe7df197130f0200c01397fcec51cf1f84958ac Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Sun, 29 Dec 2024 04:24:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20refactor:=20developers=20credit?= =?UTF-8?q?=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/team.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/data/team.ts b/src/data/team.ts index ca2247fe..86d8305d 100644 --- a/src/data/team.ts +++ b/src/data/team.ts @@ -9,4 +9,19 @@ export const teamMembers = [ role: 'Co Maintainer & Tools Developer', description: 'Managing security tools integration and package maintenance', }, + { + username: 'iconized', + role: 'Co Maintainer & Server Designer', + description: 'Managing security tools integration and package maintenance', + }, + { + username: 'alokified', + role: 'Co Web Infrastructure Developer', + description: 'Managing security tools integration and package maintenance', + }, + { + username: 'utkrshift', + role: 'DM/WM UI Moders', + description: 'Managing security tools integration and package maintenance', + }, ]; \ No newline at end of file