chore: format

This commit is contained in:
codytseng 2026-01-22 22:28:07 +08:00
parent 4bd4141b54
commit e490407dd5
225 changed files with 924 additions and 844 deletions

View file

@ -110,7 +110,7 @@ export default function Content({
let imageIndex = 0
return (
<>
<div ref={contentRef} className={cn('text-wrap break-words whitespace-pre-wrap', className)}>
<div ref={contentRef} className={cn('whitespace-pre-wrap text-wrap break-words', className)}>
{nodes.map((node, index) => {
if (node.type === 'text') {
return node.data