Skip to content

Commit 016c612

Browse files
committed
fix soap tracking
1 parent 9a8ea13 commit 016c612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/banner/PromoBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function PromoBanner() {
2121
const showBanner = browserOS === "OS X" || browserOS === "Windows";
2222

2323
function handleButtonClick() {
24-
trackEvent("Promo CTA", "Promo CTA button", "Ace Studio Muse Hub");
24+
trackEvent("Promo CTA", "Promo CTA button", "Soap Muse Hub");
2525
}
2626

2727
return (

0 commit comments

Comments
 (0)