This commit is contained in:
oliver
2026-06-09 14:52:20 -03:00
parent 681e175be9
commit 2d5e8e12e9
+2 -2
View File
@@ -440,7 +440,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">+</a>`; <a class="agent-tab-add" href="https://derez.ai/add.html" 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");
@@ -578,7 +578,7 @@ function renderAgentTabs() {
`; `;
}) })
.join("") + .join("") +
`<a class="agent-tab-add" href="https://derez.ai/add.html" target="_blank" title="Add agent">+</a>`; `<a class="agent-tab-add" href="https://derez.ai/add.html" target="_blank" title="Add agent">+ Add Agent</a>`;
} }
function selectAgent(uuid) { function selectAgent(uuid) {