feat: rebrand Legacy Evolved into neoLegacy

This commit is contained in:
neoapps-dev
2026-04-09 23:41:03 +03:00
parent 52ffdb5cf3
commit d744b43d44
3 changed files with 8 additions and 15 deletions
+2 -2
View File
@@ -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" }}