@axos-web-dev/shared-components 0.0.81 → 0.0.82
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.
|
@@ -491,15 +491,6 @@ function NavBar() {
|
|
|
491
491
|
]
|
|
492
492
|
}
|
|
493
493
|
),
|
|
494
|
-
/* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
|
|
495
|
-
"a",
|
|
496
|
-
{
|
|
497
|
-
href: "/resources",
|
|
498
|
-
role: "button",
|
|
499
|
-
className: "flex_row between",
|
|
500
|
-
children: "Resources"
|
|
501
|
-
}
|
|
502
|
-
) }),
|
|
503
494
|
/* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
|
|
504
495
|
"a",
|
|
505
496
|
{
|