Update app.js
This commit is contained in:
@@ -449,7 +449,7 @@ function populateDemoShell() {
|
||||
<span>hermes</span>
|
||||
<span class="agent-tab-badge">EU</span>
|
||||
</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
|
||||
hide("no-agents");
|
||||
@@ -585,7 +585,7 @@ function renderAgentTabs() {
|
||||
`;
|
||||
})
|
||||
.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) {
|
||||
|
||||
Reference in New Issue
Block a user