mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 13:41:41 -05:00
differentiate between OS on homepage buttons
This commit is contained in:
@@ -16,7 +16,7 @@ function DownloadButton() {
|
||||
"trackEvent",
|
||||
"Button",
|
||||
"Download",
|
||||
"Download Audacity button",
|
||||
`Download Audacity button ${platform.os.family}`,
|
||||
]);
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -16,7 +16,7 @@ function DownloadMuseHubButton() {
|
||||
"trackEvent",
|
||||
"Button",
|
||||
"Download",
|
||||
"Download Muse Hub button",
|
||||
`Download Muse Hub button ${platform.os.family}`,
|
||||
]);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user