@mesob/ui 0.5.2 → 0.5.3

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.
@@ -2873,7 +2873,7 @@ function NavItemRow({
2873
2873
  ...locale && { locale }
2874
2874
  };
2875
2875
  return /* @__PURE__ */ jsxs14("li", { className: "relative mt-1", children: [
2876
- Link2 ? /* @__PURE__ */ jsx21(Link2, { ...linkProps, children: rowContent }) : /* @__PURE__ */ jsx21("a", { ...linkProps, children: rowContent }),
2876
+ Link2 ? /* @__PURE__ */ jsx21(Link2, { prefetch: false, ...linkProps, children: rowContent }) : /* @__PURE__ */ jsx21("a", { ...linkProps, children: rowContent }),
2877
2877
  showChildren && /* @__PURE__ */ jsxs14("ul", { className: "relative mt-1", children: [
2878
2878
  /* @__PURE__ */ jsx21(
2879
2879
  "div",