@loafmarkets/ui 0.1.26 → 0.1.27

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.mjs CHANGED
@@ -9823,7 +9823,7 @@ function GalleryMapSection({ propertyLocation }) {
9823
9823
  /* @__PURE__ */ jsx(
9824
9824
  "iframe",
9825
9825
  {
9826
- src: "https://demo.loafmarkets.com/map/musgrave?embed=true&zoom=14&hideOthers=true",
9826
+ src: "/map/musgrave?embed=true&zoom=14&hideOthers=true",
9827
9827
  width: "100%",
9828
9828
  height: "100%",
9829
9829
  style: { border: 0, minHeight: "400px", pointerEvents: "auto" },