@pagelines/sdk 1.0.481 → 1.0.483
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.
|
@@ -3772,7 +3772,7 @@ const tt = [
|
|
|
3772
3772
|
{
|
|
3773
3773
|
key: "share",
|
|
3774
3774
|
icon: { src: "i-tabler-share" },
|
|
3775
|
-
label: "Share assistant",
|
|
3775
|
+
label: "Share this assistant",
|
|
3776
3776
|
onClick: /* @__PURE__ */ o(() => {
|
|
3777
3777
|
const c = `${window.location.origin}/@${t.agent.handle.value || t.agent.agentId.value}`;
|
|
3778
3778
|
navigator.clipboard.writeText(c).catch((n) => {
|
|
@@ -3783,7 +3783,7 @@ const tt = [
|
|
|
3783
3783
|
{
|
|
3784
3784
|
key: "profile",
|
|
3785
3785
|
icon: { src: "i-tabler-user" },
|
|
3786
|
-
label: "View profile",
|
|
3786
|
+
label: "View full profile",
|
|
3787
3787
|
onClick: /* @__PURE__ */ o(() => {
|
|
3788
3788
|
window.open(`/@${t.agent.handle.value || t.agent.agentId.value}`, "_blank");
|
|
3789
3789
|
}, "onClick")
|