whitespace

This commit is contained in:
LWinterberg
2025-03-19 16:35:18 +01:00
parent 91b6a1c841
commit c74a96fbfc

View File

@@ -11,11 +11,11 @@ function DownloadMuseHubButton() {
setBrowserOS(platform.os.family);
}, []);
const isLinux =
browserOS === "Linux" ||
browserOS === "Ubuntu" ||
browserOS === "Debian" ||
browserOS === "Red Hat" ||
const isLinux =
browserOS === "Linux" ||
browserOS === "Ubuntu" ||
browserOS === "Debian" ||
browserOS === "Red Hat" ||
browserOS === "SuSE";
function handleButtonClick(href) {
@@ -76,4 +76,4 @@ function DownloadMuseHubButton() {
}
}
export default DownloadMuseHubButton;
export default DownloadMuseHubButton;