fix: link render

This commit is contained in:
Kieran 2023-10-20 17:35:52 +01:00
parent 533d314e00
commit a8f9b9a152
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -39,7 +39,7 @@ export function Text({ content, tags, eventComponent }: TextProps) {
}
}
}
return <HyperText link={f.content} />;
return <HyperText link={f.content}>{f.content}</HyperText>;
}
case "mention":
return <Mention pubkey={f.content} />;