diff --git a/public/images/wool_14.png b/public/images/wool_14.png deleted file mode 100644 index 09cff97..0000000 Binary files a/public/images/wool_14.png and /dev/null differ diff --git a/public/images/wool_5.png b/public/images/wool_5.png deleted file mode 100644 index 958e431..0000000 Binary files a/public/images/wool_5.png and /dev/null differ diff --git a/public/images/wool_8.png b/public/images/wool_8.png deleted file mode 100644 index a16ed67..0000000 Binary files a/public/images/wool_8.png and /dev/null differ diff --git a/src/components/views/VersionsView.tsx b/src/components/views/VersionsView.tsx index 5e8c39b..d9d515a 100644 --- a/src/components/views/VersionsView.tsx +++ b/src/components/views/VersionsView.tsx @@ -299,31 +299,29 @@ const VersionsView = memo(function VersionsView() { onMouseEnter={() => !isComingSoon && setFocusIndex(i)} >
- {isComingSoon ? ( - Coming Soon - ) : isDownloading ? ( + {isDownloading ? ( {Math.floor(downloadProgress || 0)}% - ) : isInstalled ? ( - Installed + ) : edition.logo ? ( + edition.logo.startsWith("http") || + edition.logo.startsWith("/images") ? ( + + ) : ( + + ) ) : ( - Not installed +
)}
@@ -338,23 +336,6 @@ const VersionsView = memo(function VersionsView() { } ${isComingSoon ? "cursor-not-allowed" : ""}`} >
- {edition.logo && - (edition.logo.startsWith("http") || - edition.logo.startsWith("/images") ? ( - - ) : ( - - ))}