From f8242d5464132edceba46d2545593db37a9bf763 Mon Sep 17 00:00:00 2001 From: Li Yi Date: Wed, 3 Jan 2024 13:47:11 -0500 Subject: [PATCH] remove calendly link in user interview template --- frontend/src/scenes/surveys/constants.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/scenes/surveys/constants.tsx b/frontend/src/scenes/surveys/constants.tsx index a7817bb2b8d84..2ca274ed88a0c 100644 --- a/frontend/src/scenes/surveys/constants.tsx +++ b/frontend/src/scenes/surveys/constants.tsx @@ -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', }, ],