From 1807908f026f7e6a7e6807f116d164e1b97ad350 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Sun, 27 Jul 2025 11:36:41 +0530 Subject: [PATCH] improve codeblock fallback text --- src/app/plugins/react-custom-html-parser.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/plugins/react-custom-html-parser.tsx b/src/app/plugins/react-custom-html-parser.tsx index 6053c3f0..e90e0399 100644 --- a/src/app/plugins/react-custom-html-parser.tsx +++ b/src/app/plugins/react-custom-html-parser.tsx @@ -262,7 +262,7 @@ export function CodeBlock({
- {language ?? 'Text'} + {language ?? 'Code'}