mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-28 17:53:21 +08:00
chore: update prompts for code block language
This commit is contained in:
@ -37,7 +37,7 @@ export const CodeBlock = (props: Props) => {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<SyntaxHighlighter language={language} style={oneDark} customStyle={{ margin: 0 }}>
|
||||
<SyntaxHighlighter language={language.toLowerCase()} style={oneDark} customStyle={{ margin: 0 }}>
|
||||
{value}
|
||||
</SyntaxHighlighter>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user