Skip to content

Commit febbfa7

Browse files
Eddie San JuanEddie San Juan
authored andcommitted
fix(site): direct DMG download link instead of releases page
1 parent abd6a9d commit febbfa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,9 +1386,9 @@ <h1 class="display hero__headline">
13861386
</p>
13871387

13881388
<div class="hero__ctas">
1389-
<a href="https://github.com/eddiesanjuan/markupr/releases/latest" class="btn btn--primary" target="_blank" rel="noopener noreferrer">
1389+
<a href="https://github.com/eddiesanjuan/markupr/releases/download/v2.1.8/markupr-2.1.8-arm64.dmg" class="btn btn--primary" target="_blank" rel="noopener noreferrer">
13901390
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 2a10 10 0 0 0-3.16 19.5l.9-3.5h4.52l.9 3.5A10 10 0 0 0 12 2Z"/><path d="M12 2v7"/><path d="M8 9h8"/></svg>
1391-
Download (macOS &amp; Windows)
1391+
Download for macOS (Apple Silicon)
13921392
</a>
13931393
<a href="https://github.com/eddiesanjuan/markupr" class="btn btn--secondary" target="_blank" rel="noopener noreferrer">
13941394
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/></svg>

0 commit comments

Comments
 (0)