Skip to content

Commit

Permalink
Fix CodeBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 7, 2021
1 parent 4242776 commit ac298fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/ColorGenerator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function ColorGenerator() {
Replace the variables in <code>src/css/custom.css</code> with these new
variables.
</p>
<CodeBlock className="css">
<CodeBlock className="language-css">
{adjustedColors
.sort((a, b) => a.codeOrder - b.codeOrder)
.map((value) => `${value.variableName}: ${value.hex.toLowerCase()};`)
Expand Down

0 comments on commit ac298fa

Please sign in to comment.