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

@ -13,7 +13,7 @@ export default function PictureNotePreview({
return (
<div className={cn('pointer-events-none', className)}>
[{t('Image')}] <span className="italic pr-0.5">{event.content}</span>
[{t('Image')}] <span className="pr-0.5 italic">{event.content}</span>
</div>
)
}