diff --git a/src/components/button/DownloadButton.jsx b/src/components/button/DownloadButton.jsx index 27dd687..7edbce3 100644 --- a/src/components/button/DownloadButton.jsx +++ b/src/components/button/DownloadButton.jsx @@ -16,7 +16,7 @@ function DownloadButton() { "trackEvent", "Button", "Download", - "Download Audacity button", + `Download Audacity button ${platform.os.family}`, ]); } } else { diff --git a/src/components/button/DownloadMuseHubButton.jsx b/src/components/button/DownloadMuseHubButton.jsx index ce4a4ae..a67a24d 100644 --- a/src/components/button/DownloadMuseHubButton.jsx +++ b/src/components/button/DownloadMuseHubButton.jsx @@ -16,7 +16,7 @@ function DownloadMuseHubButton() { "trackEvent", "Button", "Download", - "Download Muse Hub button", + `Download Muse Hub button ${platform.os.family}`, ]); } } else {