Skip to content

Commit 5d16f9d

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 747c2ee commit 5d16f9d

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
@@ -68,6 +68,9 @@ function LatestReleaseButton() {
6868
<a className="hero-button" href={getAssetDownloadUrl("macos-x64")}>
6969
Download for Mac OS (x64)
7070
</a>
71+
<a className="hero-button" href={getAssetDownloadUrl("macos-M1")}>
72+
Download for Mac OS (M1)
73+
</a>
7174
</div>
7275
</div>
7376
);

0 commit comments

Comments
 (0)