Attempt to fix external link in description

This commit is contained in:
jahooma 2022-01-01 23:52:32 -06:00
parent 8c644da10d
commit a9e8b4c1e7

View File

@ -15,7 +15,7 @@ export function Linkify(props: { text: string }) {
{
'@': `/${tag}`,
'#': `/tag/${tag}`,
}[symbol] ?? match
}[symbol] ?? match.trim()
return (
<>