Merge branch 'MuseHub-promotions' of https://github.com/audacity/audacity.github.io into MuseHub-promotions

This commit is contained in:
Dilson's Pickles
2024-05-23 17:12:42 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ function DownloadButton() {
case "Debian":
case "Red Hat":
case "SuSE":
return renderButton(audacityReleases.lin[0].browser_download_url);
return; //primary button is Linux downlaod already
default:
return renderButton("/download");
}

View File

@@ -50,7 +50,7 @@ function DownloadMuseHubButton() {
case "Debian":
case "Red Hat":
case "SuSE":
return; // Musehub not relevant on Linux yet
return renderButton(audacityReleases.lin[0].browser_download_url); // appimage on Linux
default:
return renderButton("https://www.musehub.com/");
}