Attempt to fix external link in description
This commit is contained in:
parent
8c644da10d
commit
a9e8b4c1e7
|
@ -15,7 +15,7 @@ export function Linkify(props: { text: string }) {
|
|||
{
|
||||
'@': `/${tag}`,
|
||||
'#': `/tag/${tag}`,
|
||||
}[symbol] ?? match
|
||||
}[symbol] ?? match.trim()
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Reference in New Issue
Block a user