mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 17:11:00 +00:00
feat: rebrand Legacy Evolved into neoLegacy
This commit is contained in:
@@ -266,9 +266,9 @@ const VersionsView = memo(function VersionsView() {
|
||||
} ${isComingSoon ? "cursor-not-allowed" : ""}`}
|
||||
>
|
||||
<div className="flex items-center gap-2">
|
||||
{(edition.id === "legacy_evolved" || edition.id === "360revived" || edition.id === "lmrp") && (
|
||||
{edition.logo && (
|
||||
<img
|
||||
src={edition.id === "legacy_evolved" ? "/images/legacy_evolved.png" : edition.id === "360revived" ? "/images/360_revived.png" : "/images/lmrp.png"}
|
||||
src={edition.logo}
|
||||
alt=""
|
||||
className="w-5 h-5 object-contain flex-shrink-0"
|
||||
style={{ imageRendering: "pixelated" }}
|
||||
|
||||
Reference in New Issue
Block a user