From 2c458e0fcfa7cbd87b6776e81d80447ca2d7feab Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 22 Oct 2025 18:32:57 -0500 Subject: [PATCH] fix: show href not value for links --- src/rdap/components/LinksSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rdap/components/LinksSection.tsx b/src/rdap/components/LinksSection.tsx index 08dc048..401bc39 100644 --- a/src/rdap/components/LinksSection.tsx +++ b/src/rdap/components/LinksSection.tsx @@ -25,7 +25,7 @@ const LinksSection: FunctionComponent = ({ links }) => { - {link.value || link.href} + {link.href}