From aa28d50a2b1a513372570170669354151da3e0d2 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Sun, 12 Apr 2026 16:22:52 +0300 Subject: [PATCH] fix!: Emerald Team list --- src/components/modals/TeamModal.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/modals/TeamModal.tsx b/src/components/modals/TeamModal.tsx index ca50c4a..677a78b 100644 --- a/src/components/modals/TeamModal.tsx +++ b/src/components/modals/TeamModal.tsx @@ -10,12 +10,11 @@ export default function TeamModal({ const [focusIndex, setFocusIndex] = useState(0); const team = [ + { name: "neoapps", url: "https://github.com/neoapps-dev" }, + { name: "KayJann", url: "https://github.com/KayJannOnGit" }, + { name: "Santiago Fisela", url: "https://github.com/PinkLittleKitty" }, { name: "Leon", url: "https://github.com/hornyalcoholic" }, { name: "Criador_Mods", url: "https://github.com/CriadorMods" }, - { name: "journ3ym3m", url: "https://github.com/journ3ym3n" }, - { name: "KayJann", url: "https://github.com/KayJannOnGit" }, - { name: "neoapps", url: "https://github.com/neoapps-dev" }, - { name: "Santiago Fisela", url: "https://github.com/PinkLittleKitty" }, ]; useEffect(() => {