Skip to content

Commit

Permalink
1 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 14, 2024
1 parent 5ca1496 commit 34ca686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/download/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Download() {
<>
<div className="tw-flex tw-flex-col tw-text-center tw-justify-center tw-items-center" style={{ "height": "calc(100vh - var(--rp-nav-height))" }}>
<button onClick={() => launch(android ? "mobile" : "desktop", "stable", win32 ? x64 ? "win32" : "winArm" : android ? "android" : x64 ? "linux" : "linuxArm")} className={win32 ? "win" : android ? "andy" : ""}>
{apple ? <FaApple size="2em" color="white" /> : win32 ? <SiWindows11 size="2rem" color="white" /> : android ? <AiFillAndroid size="2rem" color="white" /> : <SiLinux size="2rem" color="black" />}
{apple ? <FaApple size="2em" color="black" /> : win32 ? <SiWindows11 size="2rem" color="white" /> : android ? <AiFillAndroid size="2rem" color="white" /> : <SiLinux size="2rem" color="black" />}
{apple ?
<span>No Apple sadly, but we have 🍊</span>
:
Expand Down

0 comments on commit 34ca686

Please sign in to comment.