From 7434e162520062abf84dee682b54b80e5bc75f4d Mon Sep 17 00:00:00 2001 From: Royce59 Date: Sat, 11 Apr 2026 21:05:48 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=D1=8B=D1=81=D0=BE=D1=82=D1=8B?= =?UTF-8?q?=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0=20=D1=83=20=D1=81=D1=81?= =?UTF-8?q?=D1=8B=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/TextParser/TextParser.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};