fix: Update flatpak command on download page

This commit is contained in:
Mauro Balades
2024-07-29 09:58:30 +02:00
parent d75d80edd6
commit aa15c818aa
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View File

@@ -117,7 +117,7 @@ export default function DownloadPage() {
<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 io.github.zen_browser</pre> <pre className="bg-white dark:bg-black p-2 rounded mt-4 overflow-auto">flatpak install flathub io.github.zen_browser.zen</pre>
</p> </p>
</div> </div>
)} )}