fix: Update flatpak command on download page

Fixes a typo in the flatpak installation command on the download page. Replaces "com.zen.browser" with "io.github.zen_browser" to ensure the correct package is installed.
This commit is contained in:
Mauro Balades
2024-08-01 20:26:37 +02:00
parent 8a26ef85a8
commit 5dde47be3e

View File

@@ -151,7 +151,7 @@ export default function DownloadPage() {
console.log("arch: ", arch);
setHasDownloaded(true);
addDownload(releaseTarget);
//window.location.replace(`${BASE_URL}/${releases[releaseTarget]}`);
window.location.replace(`${BASE_URL}/${releases[releaseTarget]}`);
throwConfetti();
};