Update download page to fix typo in flatpak command

This commit is contained in:
Mauro Balades
2024-07-25 13:28:21 +02:00
parent b6c46a252b
commit 9b260f5e36

View File

@@ -115,7 +115,7 @@ export default function DownloadPage() {
<div className="mt-20 rounded border bg-muted p-4 text-muted-foreground">
<p>
<strong>Linux user?</strong><br/>
We&#39ve recently added support for flatpak! You can download the flatpak version by running the following command:
We{"'"}ve recently added support for flatpak! You can download the flatpak version by running the following command:
<pre className="bg-white dark:bg-black p-2 rounded mt-4 overflow-auto">flatpak install flathub com.zen.browser</pre>
</p>
</div>
@@ -124,7 +124,7 @@ export default function DownloadPage() {
<div className="mt-20 rounded border bg-muted p-4 text-muted-foreground">
<p>
<strong>Mac user?</strong><br/>
Setting up the MacOS version of Zen Browser is a bit more involved. We&#39re working on making this easier, but for now you can follow these steps:
Setting up the MacOS version of Zen Browser is a bit more involved. We{"'"}re working on making this easier, but for now you can follow these steps:
<a href="https://github.com/zen-browser/desktop/issues/53" target="_blank" rel="noreferrer">
<Button className="mt-5">View MacOS instructions</Button>
</a>