remove obsolete mac install guide

Did I remove it correctly?

Merge when next update releases
This commit is contained in:
nitro
2024-08-23 18:42:03 +02:00
parent f0c29781ba
commit 8ca9556701

View File

@@ -232,26 +232,6 @@ export default function DownloadPage() {
Release Notes Release Notes
</Link> </Link>
</div> </div>
{selectedPlatform === "MacOS" && (
<div className="mt-12 flex flex-col items-start border justify-between rounded-md bg-background p-5">
<h3 className="text-xl font-semibold">
Installation Instructions
</h3>
<p className="text-muted-foreground text-sm ">
To install Zen on MacOS, the process is a bit different.
Please follow the instructions below:
</p>
<Button
className="mt-5"
onClick={() =>
(window.location.href =
"https://docs.zen-browser.app/guides/install-macos")
}
>
Download Zen for MacOS
</Button>
</div>
)}
</div> </div>
)) || ( )) || (
<> <>