diff --git a/frontend/src/components/repeater/RepeaterNeighborsPane.tsx b/frontend/src/components/repeater/RepeaterNeighborsPane.tsx index d6ae6ba..fbd07a9 100644 --- a/frontend/src/components/repeater/RepeaterNeighborsPane.tsx +++ b/frontend/src/components/repeater/RepeaterNeighborsPane.tsx @@ -149,7 +149,14 @@ export function NeighborsPane({ n.snr >= 6 ? 'text-success' : n.snr >= 0 ? 'text-warning' : 'text-destructive'; return ( - {n.name || n.pubkey_prefix} + + {n.name || n.pubkey_prefix} + {n.name && ( + + {n.pubkey_prefix.substring(0, 6)} + + )} + {snrStr} dB {hasDistances && (