Skip to content

Commit 4c9ce15

Browse files
committed
UI: Link M1 release binaries on the landing page
They didn't exist back when I created the landing page.
1 parent e2a5c5a commit 4c9ce15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/LatestRelease/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ function LatestReleaseButton() {
6666
<a className="hero-button" href={getAssetDownloadUrl("macos-x64")}>
6767
Download for Mac OS (x64)
6868
</a>
69+
<a className="hero-button" href={getAssetDownloadUrl("macos-M1")}>
70+
Download for Mac OS (M1)
71+
</a>
6972
</div>
7073
</div>
7174
);

0 commit comments

Comments
 (0)