Update download page to fix typo in flatpak command
This commit is contained in:
@@ -115,7 +115,7 @@ export default function DownloadPage() {
|
|||||||
<div className="mt-20 rounded border bg-muted p-4 text-muted-foreground">
|
<div className="mt-20 rounded border bg-muted p-4 text-muted-foreground">
|
||||||
<p>
|
<p>
|
||||||
<strong>Linux user?</strong><br/>
|
<strong>Linux user?</strong><br/>
|
||||||
We've 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>
|
<pre className="bg-white dark:bg-black p-2 rounded mt-4 overflow-auto">flatpak install flathub com.zen.browser</pre>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user