@ohhwells/bridge 0.1.52-next.138 → 0.1.52-next.139

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.cjs CHANGED
@@ -9152,6 +9152,7 @@ function applyLogoHref(href) {
9152
9152
  root.setAttribute("href", target);
9153
9153
  }
9154
9154
  });
9155
+ for (const key of LOGO_HREF_KEYS) setStoredLinkHref(key, target);
9155
9156
  }
9156
9157
  function readLogoIdentityFromDom() {
9157
9158
  let imageUrl = null;