differentiate between OS on homepage buttons

This commit is contained in:
LWinterberg
2024-01-31 11:04:46 +01:00
parent 937cac74a7
commit 44d242eb06
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ function DownloadButton() {
"trackEvent",
"Button",
"Download",
"Download Audacity button",
`Download Audacity button ${platform.os.family}`,
]);
}
} else {

View File

@@ -16,7 +16,7 @@ function DownloadMuseHubButton() {
"trackEvent",
"Button",
"Download",
"Download Muse Hub button",
`Download Muse Hub button ${platform.os.family}`,
]);
}
} else {