warqadui 0.0.77 → 0.0.78
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9316,7 +9316,7 @@ var UserProfile = ({
|
|
|
9316
9316
|
{
|
|
9317
9317
|
label: "My Profile",
|
|
9318
9318
|
icon: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_lucide_react22.User, { size: 18 }),
|
|
9319
|
-
onClick: () => navigate("
|
|
9319
|
+
onClick: () => navigate("profile"),
|
|
9320
9320
|
className: "min-w-[150px]"
|
|
9321
9321
|
},
|
|
9322
9322
|
{
|
package/dist/index.mjs
CHANGED