jett.admin.npmpackage 1.0.51 → 1.0.52
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.css +3 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -491,7 +491,7 @@ var navItemsConstant = [
|
|
|
491
491
|
{
|
|
492
492
|
label: "Reports",
|
|
493
493
|
onClick: () => {
|
|
494
|
-
window.location.href = "
|
|
494
|
+
window.location.href = "https://viz.jett.travel";
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
{
|
|
@@ -819,7 +819,7 @@ var AppSideBar = ({
|
|
|
819
819
|
}
|
|
820
820
|
},
|
|
821
821
|
/* @__PURE__ */ import_react12.default.createElement("div", null),
|
|
822
|
-
/* @__PURE__ */ import_react12.default.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc]" }, options.label),
|
|
822
|
+
/* @__PURE__ */ import_react12.default.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc] ml-[8px]" }, options.label),
|
|
823
823
|
options.isDropDown && /* @__PURE__ */ import_react12.default.createElement(
|
|
824
824
|
"div",
|
|
825
825
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -457,7 +457,7 @@ var navItemsConstant = [
|
|
|
457
457
|
{
|
|
458
458
|
label: "Reports",
|
|
459
459
|
onClick: () => {
|
|
460
|
-
window.location.href = "
|
|
460
|
+
window.location.href = "https://viz.jett.travel";
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
{
|
|
@@ -785,7 +785,7 @@ var AppSideBar = ({
|
|
|
785
785
|
}
|
|
786
786
|
},
|
|
787
787
|
/* @__PURE__ */ React12.createElement("div", null),
|
|
788
|
-
/* @__PURE__ */ React12.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc]" }, options.label),
|
|
788
|
+
/* @__PURE__ */ React12.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc] ml-[8px]" }, options.label),
|
|
789
789
|
options.isDropDown && /* @__PURE__ */ React12.createElement(
|
|
790
790
|
"div",
|
|
791
791
|
{
|