From e04f68b432d3e9e14fab56d032a89de43226e295 Mon Sep 17 00:00:00 2001 From: 4anghyeon Date: Wed, 15 Apr 2026 12:10:48 +0900 Subject: [PATCH] fix: add classname "rounded-t-md" --- src/components/markdown/CodeBlockView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/markdown/CodeBlockView.tsx b/src/components/markdown/CodeBlockView.tsx index 7d83f863..06c21a31 100644 --- a/src/components/markdown/CodeBlockView.tsx +++ b/src/components/markdown/CodeBlockView.tsx @@ -37,7 +37,7 @@ export function CodeBlockView({ style={style} > {(title || showTypeCopyButton) && ( -
+
{title || (lang?.toLowerCase() === 'bash' ? 'sh' : (lang ?? ''))}