From f7177b43bd39c78520efc3b4b92244c23eb80f0c Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sat, 4 Jul 2026 15:32:11 +0300 Subject: [PATCH] feat(credits): more people (#114) Co-authored-by: Sarah --- src/components/views/CreditsView.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/views/CreditsView.tsx b/src/components/views/CreditsView.tsx index 853b915..b2ef70d 100644 --- a/src/components/views/CreditsView.tsx +++ b/src/components/views/CreditsView.tsx @@ -94,6 +94,7 @@ const CreditsView = memo(function CreditsView() { { role: "Active Maintainer", members: [ + { name: "Huckle", url: "https://github.com/TheHuckleDev" } { name: "Andi_pog", url: "https://github.com/Andi-pog" }, { name: "LordCambion", @@ -143,6 +144,7 @@ const CreditsView = memo(function CreditsView() { role: "Founder", members: [ { name: "BluTac10", url: "https://github.com/BluTac10" }, + { name: "TheGrimReaper", url: "#" } ], }, ],