Skip to content

Commit 330eaea

Browse files
committed
disable survey banner
1 parent 1101114 commit 330eaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/banner/SurveyBanner.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { trackEvent } from "../../utils/matomo";
44

55
function SurveyBanner(url) {
66
//no survey going on at the moment
7-
//return null;
7+
return null;
88

99
function handleButtonClick() {
1010
trackEvent("Survey CTA", "Survey CTA button", "Go to Survey");

0 commit comments

Comments
 (0)