Skip to content

Commit

Permalink
Change other downloads button text
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofandrin committed Jan 12, 2025
1 parent 766ee7f commit fbbeb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(general)/download/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ export default async function Download() {
<Button color="primary" href={downloadURLMacOSArm64}>
<div className="flex items-center">
<SVGApple className="h-5 w-5" />
<p className="ml-2">Download for macOS (Apple Silicon)</p>
<p className="ml-2">Download for macOS (Apple Chip)</p>
</div>
</Button>
<Button className="mt-3 sm:ml-5 sm:mt-0" color="primary" href={downloadURLMacOSX64}>
<div className="flex items-center">
<SVGApple className="h-5 w-5" />
<p className="ml-2">Download for macOS (Intel-based Mac)</p>
<p className="ml-2">Download for macOS (Intel Chip)</p>
</div>
</Button>
</div>
Expand Down

0 comments on commit fbbeb0e

Please sign in to comment.