Skip to content

Commit

Permalink
fix: Update flatpak command on download page
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jul 29, 2024
1 parent d75d80e commit aa15c81
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function DownloadPage() {
<p>
<strong>Linux user?</strong><br/>
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>
</div>
)}
Expand Down

0 comments on commit aa15c81

Please sign in to comment.