mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-06 09:12:35 +00:00
feat(credits): more logos and moon edition (#99)
This commit is contained in:
parent
e2459777b2
commit
92bd9c6f2a
|
|
@ -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: "#" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue