diff --git a/tokenjam/ui/index.html b/tokenjam/ui/index.html
index 4613dcf..2dca1a1 100644
--- a/tokenjam/ui/index.html
+++ b/tokenjam/ui/index.html
@@ -3,34 +3,57 @@
-Token Juice
+TokenJam
+
-
-
+
+
+
@@ -593,11 +646,11 @@
useEffect(() => { load(); const t = setInterval(load, 5000); return () => clearInterval(t); }, [load]);
if (!data) return html`Loading...
`;
- if (!data.agents.length) return html`No agents found. Run an agent with ${'`@watch()`'} to start recording.pip install tokenjuice && tj onboard
`;
+ if (!data.agents.length) return html`No agents found. Run an agent with ${'`@watch()`'} to start recording.pip install tokenjam && tj onboard
`;
return html`
Status
- Click on an agent tile for details
+ Click on an agent tile for details
${data.agents.map(a => html`
{ location.hash = '#/traces'; }}>
@@ -657,7 +710,7 @@
return html`
Traces
-
Click on a trace row for details
+
Click on a trace row for details