fix: format code

This commit is contained in:
VinceOPS
2025-03-03 22:36:47 +01:00
parent a24992a3db
commit 446adbef3f
2 changed files with 7 additions and 2 deletions

View File

@@ -68,7 +68,13 @@ const MessageBox = ({
return (
<div>
{message.role === 'user' && (
<div className={cn('w-full', messageIndex === 0 ? 'pt-16' : 'pt-8', 'break-words')}>
<div
className={cn(
'w-full',
messageIndex === 0 ? 'pt-16' : 'pt-8',
'break-words',
)}
>
<h2 className="text-black dark:text-white font-medium text-3xl lg:w-9/12">
{message.content}
</h2>