use my paste server

This commit is contained in:
Lee
2024-04-23 17:52:37 +01:00
parent a0b8777a94
commit 30e55d43c7
2 changed files with 5 additions and 4 deletions

View File

@ -77,6 +77,7 @@ export function CodeHighlighter({ code, language = "json", rounded = true }: Cod
<span className="text-xs text-muted-foreground">{capitalizeFirstLetter(language)}</span>
</div>
{/* Code */}
<SyntaxHighlighter
className={cn("max-h-[600px] !bg-secondary break-all rounded-md", rounded && "rounded-md")}
language={language}