mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 17:11:00 +00:00
feat(credits): more logos and moon edition (#99)
This commit is contained in:
@@ -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: "#" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user