From e6a05f720820c01513f046bf5ec8dc383c7f1162 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 25 Jan 2026 17:54:00 -0800 Subject: [PATCH] Update DownloadSection to link to macArm download for improved compatibility --- landing/src/components/DownloadSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/src/components/DownloadSection.tsx b/landing/src/components/DownloadSection.tsx index cfb6129a..dcd8e5f1 100644 --- a/landing/src/components/DownloadSection.tsx +++ b/landing/src/components/DownloadSection.tsx @@ -10,7 +10,7 @@ export function DownloadSection() { { platform: 'Mac', icon: Laptop, - link: DOWNLOAD_LINKS.mac, + link: DOWNLOAD_LINKS.macArm, description: 'macOS (Intel + Apple Silicon)', }, {