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