From d3d038929eff047b59dda0cdd2bb4b58dff3d5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Thu, 19 Mar 2026 12:17:42 +0100 Subject: [PATCH] ui: show relay name if available instead of host --- src/components/nostr/RelayLink.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/nostr/RelayLink.tsx b/src/components/nostr/RelayLink.tsx index 5a74bf7..a317b6c 100644 --- a/src/components/nostr/RelayLink.tsx +++ b/src/components/nostr/RelayLink.tsx @@ -110,8 +110,11 @@ export function RelayLink({ )} - - {displayUrl} + + {relayInfo?.name || displayUrl}