fix: show href not value for links

This commit is contained in:
2025-10-22 18:32:57 -05:00
parent 86b7b5779e
commit 2c458e0fcf

View File

@@ -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>