diff --git a/src/pages/Developers.tsx b/src/pages/Developers.tsx index a92f4e2..3c81143 100644 --- a/src/pages/Developers.tsx +++ b/src/pages/Developers.tsx @@ -8,6 +8,7 @@ type Developer = { name: string | null; avatar_url: string; html_url: string; + bio: string | null; // Adding bio field }; export default function Developers() { @@ -15,7 +16,7 @@ export default function Developers() { useEffect(() => { const fetchDevelopers = async () => { - const githubUsernames = ["eshanized", "alokified", "utkarshift"]; // Replace with actual GitHub usernames + const githubUsernames = ["eshanized", "iconized", "alokified", "utkrshift"]; // Replace with actual GitHub usernames try { const developerData = await Promise.all( githubUsernames.map(async (username) => { @@ -42,14 +43,14 @@ export default function Developers() {
- Join the Kali Linux development community and contribute to the most advanced penetration testing distribution. + Join the Snigdha OS development community and contribute to the most advanced penetration testing distribution.
@{developer.login}
+{developer.bio || "No bio available."}
View Profile @@ -75,52 +77,51 @@ export default function Developers() { )}
- - There are many ways to contribute to Kali Linux. Whether you're a developer, security researcher, or documentation writer, your contributions are valuable. -
-
+ + There are many ways to contribute to Kali Linux. Whether you're a developer, security researcher, or documentation writer, your contributions are valuable. +
+