From a1f26e38e6d7dcd10461d5a7f263584a82177cb9 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 3 Aug 2024 22:34:04 +0200 Subject: [PATCH] feat: Update architecture selection on download page --- src/components/download.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index cd23404..8e60a87 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -250,7 +250,7 @@ export default function DownloadPage() { out={platform !== "Windows" && platform !== "Linux" && flowIndex >= 1} > Select Architecture - Choose the architecture of your device, either 32-bit or 64-bit. + Choose the architecture of your device, either optimized or generic.
setSelectedArchitecture("specific")} className={ny("select-none w-full h-full mb-2 p-5 flex flex-col items-center rounded-lg bg-background cursor-pointer border", selectedArchitecture === "specific" ? "border-blue-400" : "")}>

🚀

@@ -357,7 +357,7 @@ export default function DownloadPage() { {((platform === "Linux" || platform === "Windows") && flowIndex === 1) && (
-

Confused about which architecture to choose? System requirements.

+

Confused about which build to choose? System requirements.

)}