diff --git a/src/public/index.html b/src/public/index.html
index d55035d..d4600d5 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -3117,9 +3117,7 @@
const tooltip = `[${escapeString(node.short_name)}] ${escapeString(node.long_name)} heard [${escapeString(neighbourNode.short_name)}] ${escapeString(neighbourNode.long_name)}`
+ `
SNR: ${neighbour.snr}dB`
+ `
Distance: ${distance}`
- + `
ID: ${node.node_id} heard ${neighbourNode.node_id}`
- + `
Hex ID: ${node.node_id_hex} heard ${neighbourNode.node_id_hex}`
- + (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '')
+ + `
` (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '')
+ `
Terrain images from HeyWhatsThat.com`
+ `
`;