@sykoramaros/marosh-components 0.0.6 → 0.0.7
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2139,17 +2139,10 @@ const Dr = ({
|
|
|
2139
2139
|
{
|
|
2140
2140
|
asChild: !0,
|
|
2141
2141
|
className: to(),
|
|
2142
|
-
children: /* @__PURE__ */ A(
|
|
2143
|
-
|
|
2144
|
-
{
|
|
2145
|
-
|
|
2146
|
-
className: "flex items-center gap-2",
|
|
2147
|
-
children: [
|
|
2148
|
-
r.icon && /* @__PURE__ */ u(r.icon, {}),
|
|
2149
|
-
/* @__PURE__ */ u("span", { children: r.title })
|
|
2150
|
-
]
|
|
2151
|
-
}
|
|
2152
|
-
)
|
|
2142
|
+
children: /* @__PURE__ */ A(t, { to: r.url, className: "flex items-center", children: [
|
|
2143
|
+
r.icon && /* @__PURE__ */ u(r.icon, {}),
|
|
2144
|
+
/* @__PURE__ */ u("span", { children: r.title })
|
|
2145
|
+
] })
|
|
2153
2146
|
}
|
|
2154
2147
|
) }, r.title)) }) }) }),
|
|
2155
2148
|
/* @__PURE__ */ u("nav", { className: "flex sm:hidden", children: /* @__PURE__ */ A(hr, { children: [
|