diff --git a/src/public/index.html b/src/public/index.html
index 5281674..9cb2a9b 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -3117,7 +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}
`
+ + `
Distance: ${distance}`
+ (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '')
+ `
Terrain images from HeyWhatsThat.com`
+ `
`;
@@ -3236,7 +3236,7 @@
const tooltip = `[${escapeString(neighbourNode.short_name)}] ${escapeString(neighbourNode.long_name)} heard [${escapeString(node.short_name)}] ${escapeString(node.long_name)}`
+ `
SNR: ${neighbour.snr}dB`
- + `
Distance: ${distance}
`
+ + `
Distance: ${distance}`
+ (neighbourNode.neighbours_updated_at ? `
Updated: ${moment(new Date(neighbourNode.neighbours_updated_at)).fromNow()}` : '')
+ `
Terrain images from HeyWhatsThat.com`
+ `
`;
@@ -3479,7 +3479,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}
`
+ + `
Distance: ${distance}`
+ (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '')
+ `
Terrain images from HeyWhatsThat.com`
+ `
`;