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 67aff19 commit d946b3bCopy full SHA for d946b3b
src/pages/index.tsx
@@ -119,10 +119,10 @@ export default function Home() {
119
<section className="padding-vert--md container">
120
<div className="row">
121
<div className={`col col--6 ${styles.example}`}>
122
- <CodeBlock className="typescript">{exampleSource}</CodeBlock>
+ <CodeBlock language="typescript">{exampleSource}</CodeBlock>
123
</div>
124
125
- <CodeBlock className="lua">{exampleOutput}</CodeBlock>
+ <CodeBlock language="lua">{exampleOutput}</CodeBlock>
126
127
128
</section>
0 commit comments