Skip to content

Commit

Permalink
fix-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushdhiman01 committed Jul 22, 2024
1 parent b8e865f commit 6ea6b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const CodeBlock = ({ name, code }) => {
<label htmlFor={name} className="label">
Show Code
</label>
{showCode && (
{showCode && (
<Code codeString={code} language="javascript" />
)}
</div>
Expand Down

0 comments on commit 6ea6b70

Please sign in to comment.