diff --git a/src/components/download.tsx b/src/components/download.tsx index 53fcabd..c9eedca 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -325,7 +325,7 @@ export default function DownloadPage() {

Download Zen as a ZIP file

changeToFlatpak()} className={ny("select-none w-full h-full mb-2 ml-5 p-5 flex flex-col items-center rounded-lg bg-background cursor-pointer border", selectedLinuxDownloadType === "flatpak" ? "border-blue-400" : "", - selectedArchitecture === "32-bit" ? "opacity-50 cursor-not-allowed" : "")}> + selectedArchitecture === "generic" ? "opacity-50 cursor-not-allowed" : "")}>

🧑‍💻

Flatpak