From 92bd9c6f2ab86ac975521b11a03a51649f36631f Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:11:49 +0300 Subject: [PATCH] feat(credits): more logos and moon edition (#99) --- src/components/views/CreditsView.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/views/CreditsView.tsx b/src/components/views/CreditsView.tsx index 432ab98..853b915 100644 --- a/src/components/views/CreditsView.tsx +++ b/src/components/views/CreditsView.tsx @@ -149,7 +149,7 @@ const CreditsView = memo(function CreditsView() { }, { name: "Hellish Ends", - icon: "", + icon: "/images/hellishEndsIcon.png", roles: [ { role: "Founder", @@ -161,7 +161,7 @@ const CreditsView = memo(function CreditsView() { }, { name: "Revelations", - icon: "", + icon: "/images/revelations.png", roles: [ { role: "Founder", @@ -179,6 +179,16 @@ const CreditsView = memo(function CreditsView() { }, ], }, + { + name: "Minecraft: Moon Edition", + icon: "/images/moonEdition.png", + roles: [ + { + role: "Founder", + members: [{ name: "BlazinBlaze", url: "#" }], + }, + ], + }, ], }, {