diff --git a/packages/surveys/src/components/general/block-conditional.tsx b/packages/surveys/src/components/general/block-conditional.tsx index da78fbeeba..b41fd6fd4e 100644 --- a/packages/surveys/src/components/general/block-conditional.tsx +++ b/packages/surveys/src/components/general/block-conditional.tsx @@ -295,7 +295,7 @@ export function BlockConditional({
- {error.title} -

{error.message}

+
+ {error.title} +

{error.message}

); } diff --git a/packages/surveys/src/components/general/response-error-component.tsx b/packages/surveys/src/components/general/response-error-component.tsx index 54cb7fc580..9856f1da33 100644 --- a/packages/surveys/src/components/general/response-error-component.tsx +++ b/packages/surveys/src/components/general/response-error-component.tsx @@ -19,11 +19,9 @@ export function ResponseErrorComponent({ }: ResponseErrorComponentProps) { const { t } = useTranslation(); return ( -
- - {t("common.your_feedback_is_stuck")} - -

+

+ {t("common.your_feedback_is_stuck")} +

{t("common.the_servers_cannot_be_reached_at_the_moment")}
{t("common.please_retry_now_or_try_again_later")} diff --git a/packages/surveys/src/components/general/survey.tsx b/packages/surveys/src/components/general/survey.tsx index 4f940a3d92..9b94c8f23e 100644 --- a/packages/surveys/src/components/general/survey.tsx +++ b/packages/surveys/src/components/general/survey.tsx @@ -743,7 +743,7 @@ export function Survey({ return ( <> {localSurvey.type !== "link" ? ( -

+
) : null}