From 207969a919f77f527e0d779597ec13c61283855c Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Wed, 11 Sep 2024 20:58:22 +0200 Subject: [PATCH] Refactor DownloadPage component to fix conditional class assignment --- 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 905a265..2f4a458 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -502,7 +502,7 @@ export default function DownloadPage() { selectedLinuxDownloadType === "flatpak" ? "border-blue-400" : "", - selectedArchitecture === "generic" + selectedArchitecture === "specific" ? "opacity-50 cursor-not-allowed" : "" )}