Refactor DownloadPage component to fix conditional class assignment

This commit is contained in:
mauro-balades
2024-09-11 20:58:22 +02:00
parent da7d84a9a3
commit 207969a919

View File

@@ -502,7 +502,7 @@ export default function DownloadPage() {
selectedLinuxDownloadType === "flatpak"
? "border-blue-400"
: "",
selectedArchitecture === "generic"
selectedArchitecture === "specific"
? "opacity-50 cursor-not-allowed"
: ""
)}