feat(credits): more people (#115)

This commit is contained in:
/home/neo 2026-07-04 15:56:19 +03:00 committed by GitHub
parent f7177b43bd
commit ecf3ca084f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ const CreditsView = memo(function CreditsView() {
{
role: "Active Maintainer",
members: [
{ name: "Huckle", url: "https://github.com/TheHuckleDev" }
{ name: "Huckle", url: "https://github.com/TheHuckleDev" },
{ name: "Andi_pog", url: "https://github.com/Andi-pog" },
{
name: "LordCambion",
@ -144,7 +144,7 @@ const CreditsView = memo(function CreditsView() {
role: "Founder",
members: [
{ name: "BluTac10", url: "https://github.com/BluTac10" },
{ name: "TheGrimReaper", url: "#" }
{ name: "TheGrimReaper", url: "#" },
],
},
],