We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b6a1c commit c74a96fCopy full SHA for c74a96f
src/components/button/DownloadMuseHubButton.jsx
@@ -11,11 +11,11 @@ function DownloadMuseHubButton() {
11
setBrowserOS(platform.os.family);
12
}, []);
13
14
- const isLinux =
15
- browserOS === "Linux" ||
16
- browserOS === "Ubuntu" ||
17
- browserOS === "Debian" ||
18
- browserOS === "Red Hat" ||
+ const isLinux =
+ browserOS === "Linux" ||
+ browserOS === "Ubuntu" ||
+ browserOS === "Debian" ||
+ browserOS === "Red Hat" ||
19
browserOS === "SuSE";
20
21
function handleButtonClick(href) {
@@ -76,4 +76,4 @@ function DownloadMuseHubButton() {
76
}
77
78
79
-export default DownloadMuseHubButton;
+export default DownloadMuseHubButton;
0 commit comments