analytica-frontend-lib 1.1.88 → 1.1.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5966,18 +5966,14 @@ var QuizFooter = (0, import_react14.forwardRef)(
5966
5966
  ] })
5967
5967
  ] }),
5968
5968
  /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "px-6 flex flex-row items-center gap-2 w-full", children: [
5969
- /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
5969
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
5970
5970
  Button_default,
5971
5971
  {
5972
5972
  variant: "outline",
5973
5973
  className: "w-full",
5974
5974
  size: "small",
5975
5975
  onClick: onGoToSimulated,
5976
- children: [
5977
- "Ir para ",
5978
- quizTypeLabel.toLocaleLowerCase(),
5979
- "s"
5980
- ]
5976
+ children: quizTypeLabel === "Question\xE1rio" ? "Ir para aulas" : `Ir para ${quizTypeLabel.toLocaleLowerCase()}s`
5981
5977
  }
5982
5978
  ),
5983
5979
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Button_default, { className: "w-full", onClick: onDetailResult, children: "Detalhar resultado" })