diff --git a/components/Markdown/CodeBlock.tsx b/components/Markdown/CodeBlock.tsx index 9f3ca5f..a0e9a5c 100644 --- a/components/Markdown/CodeBlock.tsx +++ b/components/Markdown/CodeBlock.tsx @@ -49,19 +49,22 @@ export const CodeBlock: FC = ({ language, value, lightMode }) => { }; return (
-
- - +
+ {language} +
+ + +