From ef0c191863c751f4de5bbbea0566ea25f5c8062c Mon Sep 17 00:00:00 2001 From: Lenny <76703996+Lennster1@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:40:33 -0400 Subject: [PATCH] Update download.tsx change "m1 or m2" to "m series chips" --- 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 8e60a87..5e5df29 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -276,7 +276,7 @@ export default function DownloadPage() {
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" : "")}>

🍏

aarch64

-

64-bit ARM architecture, for Apple's M1 or M2 chips

+

64-bit ARM architecture, for Apple's M Series Chips

setSelectedArchitecture("generic")} className={ny("select-none w-full h-full mb-2 ml-10 p-5 flex flex-col items-center rounded-lg bg-background cursor-pointer border", selectedArchitecture === "generic" ? "border-blue-400" : "")}>

x64