ba-js-common-header 0.0.8 → 0.0.9

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.
@@ -24605,7 +24605,9 @@ function Extranet() {
24605
24605
  return transitions((styles, item) => item && /* @__PURE__ */ jsx(animated.div, {
24606
24606
  className: "col-12 pt-lg-2 order-lg-1",
24607
24607
  id: "hd-extranet",
24608
- style: isMobileOrTablet ? styles : {},
24608
+ style: isMobileOrTablet ? __spreadProps(__spreadValues({}, styles), {
24609
+ display: "block"
24610
+ }) : {},
24609
24611
  children: /* @__PURE__ */ jsxs("a", {
24610
24612
  ref,
24611
24613
  className: "d-block ",