From 44d242eb06dbf9e61396cfa617ea6fc5132d0dab Mon Sep 17 00:00:00 2001 From: LWinterberg <87814144+LWinterberg@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:04:46 +0100 Subject: [PATCH] differentiate between OS on homepage buttons --- src/components/button/DownloadButton.jsx | 2 +- src/components/button/DownloadMuseHubButton.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {