Skip to content

Commit 21f7d47

Browse files
committed
survey is live
1 parent 16771cb commit 21f7d47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/banner/SurveyBanner.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "../../styles/icons.css";
33

44
function SurveyBanner(url) {
55
//no survey going on at the moment
6-
return null;
6+
//return null;
77

88
function handleButtonClick() {
99
if (typeof _paq !== "undefined") {
@@ -23,14 +23,14 @@ function SurveyBanner(url) {
2323
>
2424
<div className="flex gap-2 flex-wrap my-4 mx-2">
2525
<p className="text-lg font-bold text-gray-900">
26-
1-2 minute survey:
26+
3 minute survey:
2727
</p>
2828
<p className="text-lg text-gray-900">
29-
Help us understand why and how people are using AI tools for audio editing, VO and production work.
29+
Help us understand what sort of plugins and features you'd be interested in next.
3030
</p>
3131
</div>
3232
<a
33-
href="https://xo9ucdlwlod.typeform.com/to/LPNgta5L"
33+
href="https://po415hli6k2.typeform.com/hub-audacity"
3434
id="survey-button"
3535
onClick={() => {handleButtonClick();}}
3636
className="flex text-lg h-12 my-4 justify-center items-center px-4 border-2 border-gray-900 rounded-md hover:bg-gray-900 hover:text-white"

0 commit comments

Comments
 (0)