@axos-web-dev/shared-components 0.0.96 → 0.0.97
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.
|
@@ -481,7 +481,7 @@ function NavBar() {
|
|
|
481
481
|
{
|
|
482
482
|
className: clsx(
|
|
483
483
|
styles.icon_wrap,
|
|
484
|
-
|
|
484
|
+
isOpenProducts4 && styles.open
|
|
485
485
|
),
|
|
486
486
|
children: /* @__PURE__ */ jsx(
|
|
487
487
|
"svg",
|
|
@@ -508,7 +508,7 @@ function NavBar() {
|
|
|
508
508
|
/* @__PURE__ */ jsxs(
|
|
509
509
|
"div",
|
|
510
510
|
{
|
|
511
|
-
className: clsx(styles.sub_menu,
|
|
511
|
+
className: clsx(styles.sub_menu, isOpenProducts4 && expand),
|
|
512
512
|
children: [
|
|
513
513
|
/* @__PURE__ */ jsx(
|
|
514
514
|
"a",
|