diff --git a/public/analytics.js b/public/analytics.js index 79167a20..db868fa9 100644 --- a/public/analytics.js +++ b/public/analytics.js @@ -790,7 +790,7 @@ const cellSize = 36; const headerSize = 24; - let html = `
| `; for (const n of nibbles) { html += ` | ${n} | `; @@ -815,9 +815,9 @@ bg = `rgb(200,${g},30)`; color = '#fff'; } const status = count === 0 ? 'available' : count === 1 ? `1 node: ${nodes[0].name || nodes[0].public_key.slice(0,12)}` : `${count} nodes — COLLISION`; - const countLabel = count === 0 ? '0' : count >= 3 ? '3+' : String(count); - const cellText = count >= 2 ? `⚠${countLabel}` : countLabel; - html += `${cellText} | `; + const countLabel = count === 0 ? '·' : count >= 3 ? '3+' : String(count); + const cellText = count >= 2 ? `${countLabel}` : countLabel; + html += `${cellText} | `; } html += '