diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts index c4d6d015b7..a76519917c 100644 --- a/frontend/src/lib/components/apps/editor/component/components.ts +++ b/frontend/src/lib/components/apps/editor/component/components.ts @@ -2192,7 +2192,7 @@ This is a paragraph. carousellistcomponent: { name: 'Carousel List', icon: ListIcon, - documentationLink: `${documentationBaseUrl}/list`, + documentationLink: `${documentationBaseUrl}/carousel`, dims: '3:8-12:8' as AppComponentDimensions, customCss: { container: { class: '', style: '' } @@ -2205,7 +2205,7 @@ This is a paragraph. selectOptions: selectOptions.animationTimingFunctionOptions, value: 'linear', - tooltip: 'See https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timing-function' + tooltip: 'Sets how an animation progresses through the duration of each cycle, see https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timing-function', } }, componentInput: { diff --git a/frontend/src/lib/components/flows/content/FlowInputs.svelte b/frontend/src/lib/components/flows/content/FlowInputs.svelte index 471bcc0bfa..3ddfba33c0 100644 --- a/frontend/src/lib/components/flows/content/FlowInputs.svelte +++ b/frontend/src/lib/components/flows/content/FlowInputs.svelte @@ -67,14 +67,16 @@ {#if kind == 'trigger'}