File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { trackEvent } from "../../utils/matomo";
4
4
5
5
function SurveyBanner ( url ) {
6
6
//no survey going on at the moment
7
- return null ;
7
+ // return null;
8
8
9
9
function handleButtonClick ( ) {
10
10
trackEvent ( "Survey CTA" , "Survey CTA button" , "Go to Survey" ) ;
@@ -13,17 +13,16 @@ function SurveyBanner(url) {
13
13
return (
14
14
< div
15
15
id = "survey-banner"
16
- className = "flex items-center justify-center min-h-24 bg-orange-400 gap-4 flex-wrap"
16
+ className = "flex items-center justify-center min-h-24 bg-yellow-300 gap-4 flex-wrap"
17
17
>
18
18
< div className = "flex gap-2 flex-wrap my-4 mx-2" >
19
19
< p className = "text-lg font-bold text-gray-900" > 3 minute survey:</ p >
20
20
< p className = "text-lg text-gray-900" >
21
- Help us understand what sort of plugins and features you'd be
22
- interested in next.
21
+ Help us understand what features you want in Audacity and Audio.com next
23
22
</ p >
24
23
</ div >
25
24
< a
26
- href = "https://po415hli6k2.typeform .com/hub-audacity "
25
+ href = "https://docs.google .com/forms/d/e/1FAIpQLScxH_f64JPCWt5nwqa8MTPXfmi453mqYwy1xZFPF_mx9mYkNw/viewform "
27
26
id = "survey-button"
28
27
onClick = { ( ) => {
29
28
handleButtonClick ( ) ;
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const isPostDownloadPage = Astro.request.url.includes("/post-download");
51
51
<NavigationReact client:load currentURL ={ Astro .request .url } />
52
52
<BetaBanner client:load url ={ Astro .request .url } />
53
53
<SurveyBanner client:load url ={ Astro .request .url } />
54
- { ! isPostDownloadPage && <PromoBanner client :load />}
54
+ { false && <PromoBanner client :load />}
55
55
</header >
56
56
57
57
<div class =" flex-1" >
You can’t perform that action at this time.
0 commit comments