From 65c1a577b04689693c9988d87b1ed04ebfa3ad06 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Thu, 19 Dec 2024 21:05:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20developer=20inform?= =?UTF-8?q?ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/About.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/About.tsx b/src/pages/About.tsx index 76c36d0..b4908d0 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -21,9 +21,10 @@ export function About() { // List of GitHub usernames of the team members const teamUsernames = [ "eshanized", + "d3v1l0n", "iconized", "alokified", - "utkrshift", // Replace with actual GitHub usernames + "utkrshift", ]; // Fetch profile data for each member