fix: link render

This commit is contained in:
2023-10-20 17:35:52 +01:00
parent 533d314e00
commit a8f9b9a152

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": case "mention":
return <Mention pubkey={f.content} />; return <Mention pubkey={f.content} />;