fix: add docs + increase size about increasing size of changing button text (#1714)

This commit is contained in:
Shubham Palriwala
2023-12-01 16:19:21 +05:30
committed by GitHub
parent e7c3d9abee
commit 6436ec6416
2 changed files with 10 additions and 1 deletions

View File

@@ -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 <b>Show Advanced Settings</b>{" "}
toggle and change the button label in the <b>Button Text</b> field.
</>
),
},
];
export const faqJsonLdData = FAQ_DATA.map((faq) => ({

View File

@@ -256,7 +256,7 @@ export default function QuestionCard({
) : null}
<div className="mt-4">
<Collapsible.Root open={openAdvanced} onOpenChange={setOpenAdvanced} className="mt-5">
<Collapsible.CollapsibleTrigger className="flex items-center text-xs text-slate-700">
<Collapsible.CollapsibleTrigger className="flex items-center text-sm text-slate-700">
{openAdvanced ? (
<ChevronDownIcon className="mr-1 h-4 w-3" />
) : (