diff --git a/public/images/minecraft_title_LegacyEvolved.png b/public/images/minecraft_title_neoLegacy.png similarity index 100% rename from public/images/minecraft_title_LegacyEvolved.png rename to public/images/minecraft_title_neoLegacy.png diff --git a/src/components/views/VersionsView.tsx b/src/components/views/VersionsView.tsx index 0d4829b..715320d 100644 --- a/src/components/views/VersionsView.tsx +++ b/src/components/views/VersionsView.tsx @@ -266,9 +266,9 @@ const VersionsView = memo(function VersionsView() { } ${isComingSoon ? "cursor-not-allowed" : ""}`} >
- {(edition.id === "legacy_evolved" || edition.id === "360revived" || edition.id === "lmrp") && ( + {edition.logo && (