From 56d17a5dd6751217673063a79ea782352180eeba Mon Sep 17 00:00:00 2001 From: newt Date: Wed, 8 Jul 2026 15:14:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=B3=E3=83=94=E3=83=BC=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=81=AE=E6=96=87=E8=A8=80=E3=82=92=E3=80=8C?= =?UTF-8?q?=E3=82=B3=E3=83=94=E3=83=BC=E3=81=99=E3=82=8B=E3=80=8D=E3=80=8C?= =?UTF-8?q?=E3=82=B3=E3=83=94=E3=83=BC=E6=B8=88=E3=81=BF=E3=80=8D=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- app/ginga-ui.com/src/components/code-block.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ginga-ui.com/src/components/code-block.tsx b/app/ginga-ui.com/src/components/code-block.tsx index 0b8c187..22c8fd9 100644 --- a/app/ginga-ui.com/src/components/code-block.tsx +++ b/app/ginga-ui.com/src/components/code-block.tsx @@ -11,8 +11,8 @@ export function CodeBlock({ code, highlightedCode, filename }: CodeBlockProps) { {highlightedCode ? (