File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -363,19 +363,17 @@ <h2 class="text-4xl font-bold text-center mb-4">Download</h2>
363363 you're done.
364364 </ p >
365365
366- < div class ="grid md:grid-cols-2 gap-4 ">
367- < a href ="https://github.com/frenchie4111/harness/releases/latest/download/Harness-2.0.0-arm64.dmg "
368- class ="block p-6 bg-neutral-950 border border-neutral-800 hover:border-neutral-600 rounded-xl transition-colors group ">
369- < div class ="text-xs text-neutral-500 mb-2 uppercase tracking-wider "> M1 / M2 / M3 / M4</ div >
370- < div class ="text-xl font-semibold mb-1 group-hover:text-amber-400 transition-colors "> Apple Silicon</ div >
371- < div class ="text-xs text-neutral-600 font-mono "> Harness-arm64.dmg</ div >
372- </ a >
366+ < a href ="https://github.com/frenchie4111/harness/releases/latest/download/Harness-2.0.0-arm64.dmg "
367+ class ="block p-8 bg-white hover:bg-neutral-100 text-neutral-950 rounded-xl transition-colors group text-center ">
368+ < div class ="text-xs text-neutral-500 mb-2 uppercase tracking-wider "> M1 / M2 / M3 / M4</ div >
369+ < div class ="text-3xl font-bold mb-2 "> Download for Apple Silicon</ div >
370+ < div class ="text-xs text-neutral-500 font-mono "> Harness-arm64.dmg</ div >
371+ </ a >
373372
373+ < div class ="mt-4 text-center ">
374374 < a href ="https://github.com/frenchie4111/harness/releases/latest/download/Harness-2.0.0.dmg "
375- class ="block p-6 bg-neutral-950 border border-neutral-800 hover:border-neutral-600 rounded-xl transition-colors group ">
376- < div class ="text-xs text-neutral-500 mb-2 uppercase tracking-wider "> x86_64</ div >
377- < div class ="text-xl font-semibold mb-1 group-hover:text-amber-400 transition-colors "> Intel Mac</ div >
378- < div class ="text-xs text-neutral-600 font-mono "> Harness.dmg</ div >
375+ class ="text-sm text-neutral-500 hover:text-neutral-300 underline transition-colors ">
376+ On an Intel Mac? Download the x86_64 build
379377 </ a >
380378 </ div >
381379
You can’t perform that action at this time.
0 commit comments