Skip to content

Commit a8dea0e

Browse files
committed
Fix tracking
1 parent c74a96f commit a8dea0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/button/DownloadButton.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function DownloadButton() {
1414
if (href !== "/download") {
1515
trackEvent(
1616
"Download Button",
17-
"Download Muse Hub",
18-
`Download Muse Hub button ${platform.os.family}`
17+
"Download Audacity",
18+
`Download Audacity button ${platform.os.family}`
1919
);
2020
}
2121

0 commit comments

Comments
 (0)