Skip to content

Commit

Permalink
fix(surveys): remove link in user interview template (#19584)
Browse files Browse the repository at this point in the history
remove calendly link in user interview template
  • Loading branch information
liyiy authored and fuziontech committed Jan 4, 2024
1 parent fbcd3a1 commit 7cf1de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/scenes/surveys/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export const defaultSurveyTemplates = [
type: SurveyQuestionType.Link,
question: 'Would you be interested in participating in a customer interview?',
description: 'We are looking for feedback on our product and would love to hear from you!',
link: 'https://calendly.com/',
buttonText: 'Schedule',
},
],
Expand Down

0 comments on commit 7cf1de9

Please sign in to comment.