mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 01:16:00 -06:00
fix: show href not value for links
This commit is contained in:
@@ -25,7 +25,7 @@ const LinksSection: FunctionComponent<LinksSectionProps> = ({ links }) => {
|
||||
<Table.Row key={index}>
|
||||
<Table.Cell>
|
||||
<Link href={link.href} target="_blank" rel="noreferrer" size="2">
|
||||
{link.value || link.href}
|
||||
{link.href}
|
||||
</Link>
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
Reference in New Issue
Block a user