diff --git a/app/components/TextParser/TextParser.tsx b/app/components/TextParser/TextParser.tsx index 30fb3ca..f66fd52 100644 --- a/app/components/TextParser/TextParser.tsx +++ b/app/components/TextParser/TextParser.tsx @@ -72,7 +72,7 @@ export function TextParser(props: TextParserProps) { return {match}; + }} fz={13} href={match.startsWith('http') ? match : 'https://' + match} target="_blank" rel="noopener noreferrer">{match}; }, flush: (match: string) => { return <>{match};