From 56f05d7bfbd0aa28ace62a6881d97f7a829194a4 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Fri, 2 Aug 2024 17:42:51 +0200 Subject: [PATCH] fix: Update architecture selection on download page --- src/components/download.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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