sync
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
Dax Raad 2025-10-01 04:14:53 -04:00
parent f9ef9de0c9
commit 02bb98e430

View file

@ -347,6 +347,7 @@ const MIME_BADGE: Record<string, string> = {
"image/gif": "img",
"image/webp": "img",
"application/pdf": "pdf",
"application/x-directory": "dir",
}
function UserMessage(props: { message: UserMessage; parts: Part[]; onMouseUp: () => void }) {