chore: Update translations

This commit is contained in:
Kieran 2023-10-13 15:43:58 +00:00
parent 55d089072d
commit 94058efb60

View File

@ -262,7 +262,7 @@ export default function Text({
}
if (element.type === "code_block") {
//chunks.push(<CodeBlock content={element.content} language={element.language} />);
chunks.push(<pre>{element.content}</pre>)
chunks.push(<pre>{element.content}</pre>);
}
if (element.type === "text") {
chunks.push(