From 6436ec6416cce66c10aae19fbab2a5e8e025e7cb Mon Sep 17 00:00:00 2001 From: Shubham Palriwala Date: Fri, 1 Dec 2023 16:19:21 +0530 Subject: [PATCH] fix: add docs + increase size about increasing size of changing button text (#1714) --- apps/formbricks-com/components/docs/docsFaq.tsx | 9 +++++++++ .../surveys/[surveyId]/edit/components/QuestionCard.tsx | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/formbricks-com/components/docs/docsFaq.tsx b/apps/formbricks-com/components/docs/docsFaq.tsx index 6eec399a2a..962e01fa9d 100644 --- a/apps/formbricks-com/components/docs/docsFaq.tsx +++ b/apps/formbricks-com/components/docs/docsFaq.tsx @@ -45,6 +45,15 @@ const FAQ_DATA = [ ), }, + { + question: "How can I change Button texts in my survey?", + answer: () => ( + <> + For the question that you want to change the button text, click on the Show Advanced Settings{" "} + toggle and change the button label in the Button Text field. + + ), + }, ]; export const faqJsonLdData = FAQ_DATA.map((faq) => ({ diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/edit/components/QuestionCard.tsx b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/edit/components/QuestionCard.tsx index 0445a7234f..0a0b63eb57 100644 --- a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/edit/components/QuestionCard.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/edit/components/QuestionCard.tsx @@ -256,7 +256,7 @@ export default function QuestionCard({ ) : null}
- + {openAdvanced ? ( ) : (