diff --git a/src/web/features/chat/parts/CodeBlock.tsx b/src/web/features/chat/parts/CodeBlock.tsx index 6895b8c..2558955 100644 --- a/src/web/features/chat/parts/CodeBlock.tsx +++ b/src/web/features/chat/parts/CodeBlock.tsx @@ -63,9 +63,11 @@ export function CodeBlock({ children, className: _className, isStreaming }: Code {highlighted ? (
) : ( -
- {codeText}
-
+
+ {codeText}
+
+