diff --git a/public/analytics.js b/public/analytics.js index ed9ec5e1..65d95c18 100644 --- a/public/analytics.js +++ b/public/analytics.js @@ -816,8 +816,7 @@ bg = `rgb(${r},${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 ? '·' : count >= 3 ? '3+' : String(count); - const cellText = count >= 2 ? `${countLabel}` : countLabel; + const cellText = count === 0 ? `${hex}` : count >= 2 ? `${count >= 3 ? '3+' : count}` : String(count); html += `