Merge pull request #100 from ktz-dev/fix_aarch64_typo

fix: Corrected capitalization of AArch64
This commit is contained in:
mauro 🤙
2024-08-25 21:05:30 +02:00
committed by GitHub

View File

@@ -382,7 +382,7 @@ export default function DownloadPage() {
<h1 className="text-5xl my-2 opacity-40 dark:opacity-20"> <h1 className="text-5xl my-2 opacity-40 dark:opacity-20">
🍏 🍏
</h1> </h1>
<h1 className="text-2xl font-semibold my-2">aarch64</h1> <h1 className="text-2xl font-semibold my-2">AArch64</h1>
<p className="text-muted-foreground mx-auto text-center">64-bit ARM architecture, for Apple's M Series Chips</p> <p className="text-muted-foreground mx-auto text-center">64-bit ARM architecture, for Apple's M Series Chips</p>
</div> </div>
<div <div