diff options
Diffstat (limited to 'packages/bun-landing/components/CodeBlock.tsx')
-rw-r--r-- | packages/bun-landing/components/CodeBlock.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-landing/components/CodeBlock.tsx b/packages/bun-landing/components/CodeBlock.tsx index 43618f2a0..7f16dc066 100644 --- a/packages/bun-landing/components/CodeBlock.tsx +++ b/packages/bun-landing/components/CodeBlock.tsx @@ -12,4 +12,4 @@ export default function CodeBlock({ children, lang = "js" }) { return ( <div className="CodeBlock" dangerouslySetInnerHTML={{ __html: html }} /> ); -};
\ No newline at end of file +} |