feat(credits): more logos and moon edition (#99)

This commit is contained in:
/home/neo 2026-06-28 17:11:49 +03:00 committed by GitHub
parent e2459777b2
commit 92bd9c6f2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: "#" }],
},
],
},
],
},
{