We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7e7fe commit c4674c6Copy full SHA for c4674c6
src/components/CodeBlockWithInfo/index.tsx
@@ -65,10 +65,7 @@ export function CodeBlockWithInfo({
65
</CodeBlock.Header>
66
<CodeBlock.Body>
67
{!meta?.disableCopy && <CodeBlock.CopyButton />}
68
- <CodeBlock.Code
69
- language={language}
70
- value={fmtCode`${content}`}
71
- />
+ <CodeBlock.Code language={language} value={fmtCode`${content}`} />
72
{collapsible && <CodeBlock.ExpanderButton />}
73
</CodeBlock.Body>
74
</CodeBlock.Root>
0 commit comments