diff --git a/src/components/download.tsx b/src/components/download.tsx index cba7ed2..eb991d4 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -278,7 +278,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