diff --git a/frontend/src/app/new-onboarding/components/onboarding-step.tsx b/frontend/src/app/new-onboarding/components/onboarding-step.tsx index aefbdbf2..092084b6 100644 --- a/frontend/src/app/new-onboarding/components/onboarding-step.tsx +++ b/frontend/src/app/new-onboarding/components/onboarding-step.tsx @@ -76,9 +76,8 @@ export function OnboardingStep({ ) } > -
+
{isMarkdown ? ( -
-
) : (

{displayedText} {!showChildren && !isCompleted && ( - + )}

)} @@ -110,7 +108,8 @@ export function OnboardingStep({ exit={{ opacity: 0, height: 0 }} transition={{ duration: 0.3, delay: 0.3, ease: "easeOut" }} > - {children} +
+ {children}
)}