@loafmarkets/ui 0.1.181 → 0.1.182
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8828,7 +8828,7 @@ function PropertyOverview({
|
|
|
8828
8828
|
/* @__PURE__ */ jsx(PeerEstateName, { children: "Boronia House" }),
|
|
8829
8829
|
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1885" }),
|
|
8830
8830
|
/* @__PURE__ */ jsx(PeerEstateSale, { children: "Not sold since 1952" }),
|
|
8831
|
-
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "Council-owned" })
|
|
8831
|
+
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "State Heritage \u2014 Council-owned" })
|
|
8832
8832
|
] })
|
|
8833
8833
|
] })
|
|
8834
8834
|
] }),
|