mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-26 03:35:38 -05:00
add label to integration survey elements
This commit is contained in:
@@ -24,9 +24,9 @@ export default function IconCheckbox({
|
||||
return (
|
||||
<div className={clsx(loading && "formbricks-pulse-animation")}>
|
||||
<div className="flex flex-col justify-center">
|
||||
<label className="pb-6 text-center text-lg font-bold text-slate-600 dark:text-slate-300 sm:text-xl md:text-2xl">
|
||||
{/* <label className="pb-6 text-center text-lg font-bold text-slate-600 dark:text-slate-300 sm:text-xl md:text-2xl">
|
||||
{element.label}
|
||||
</label>
|
||||
</label> */}
|
||||
<fieldset className="space-y-5">
|
||||
<legend className="sr-only">{element.label}</legend>
|
||||
<div className="flex max-w-5xl space-x-3 px-2">
|
||||
|
||||
@@ -46,6 +46,7 @@ export const DataInSurvey = () => {
|
||||
{
|
||||
id: "dataIn",
|
||||
type: "radio",
|
||||
label: "Data-Out: User Profiles and CRM",
|
||||
name: "dataIn",
|
||||
options: [
|
||||
{ label: "Segment", value: "segmentIn", frontend: { icon: SegmentLogoImage } },
|
||||
@@ -108,6 +109,7 @@ export const DataOutSurvey = () => {
|
||||
id: "dataIn",
|
||||
type: "checkbox",
|
||||
name: "dataIn",
|
||||
label: "Data-In: Pre-Segmentation",
|
||||
options: [
|
||||
{ label: "Segment", value: "segmentOut", frontend: { icon: SegmentLogoImage } },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user