@26lights/orcha 0.37.38 → 0.37.39
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/orcha.cjs.js +1 -1
- package/dist/orcha.es.js +1 -1
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -8400,7 +8400,7 @@ const wn = /* @__PURE__ */ x({
|
|
|
8400
8400
|
return ((m = a.activity.createdBy) == null ? void 0 : m.firstName) && ((D = a.activity.createdBy) == null ? void 0 : D.lastName) && `${a.activity.createdBy.firstName} ${a.activity.createdBy.lastName}`;
|
|
8401
8401
|
});
|
|
8402
8402
|
function j() {
|
|
8403
|
-
const m = window.location.origin, D = a.activity.slug, Q = `${m}/activity/${D}`;
|
|
8403
|
+
const m = window.location.origin, D = a.activity.slug, Q = `${m}/activity-feed/slug/${D}`;
|
|
8404
8404
|
navigator.clipboard.writeText(Q).then(() => {
|
|
8405
8405
|
e("toast", "Link copied to clipboard!", "success");
|
|
8406
8406
|
}).catch(() => {
|