Update app.js

This commit is contained in:
oliver
2026-06-09 18:19:40 -03:00
parent 5b59f6c1a8
commit 5c881d0c93
+2 -2
View File
@@ -449,7 +449,7 @@ function populateDemoShell() {
<span>hermes</span> <span>hermes</span>
<span class="agent-tab-badge">EU</span> <span class="agent-tab-badge">EU</span>
</button> </button>
<a class="agent-tab-add" href="https://derez.ai/add.html" target="_blank" title="Add agent">+ Add Agent</a>`; <a class="agent-tab-add" href="https://derez.ai/add.html?email=${encodeURIComponent(currentEmail || "")}" target="_blank" title="Add agent">+ Add Agent</a>`;
// Show agent panel with demo data // Show agent panel with demo data
hide("no-agents"); hide("no-agents");
@@ -585,7 +585,7 @@ function renderAgentTabs() {
`; `;
}) })
.join("") + .join("") +
`<a class="agent-tab-add" href="https://derez.ai/add.html" target="_blank" title="Add agent">+ Add Agent</a>`; `<a class="agent-tab-add" href="https://derez.ai/add.html?email=${encodeURIComponent(currentEmail || "")}" target="_blank" title="Add agent">+ Add Agent</a>`;
} }
function selectAgent(uuid) { function selectAgent(uuid) {