Composer: Fix emoji rendering on non-Apple systems (#259)

This commit is contained in:
Anton 2023-06-06 13:12:02 +04:00 committed by GitHub
parent 3222aa0d16
commit b22f2f4253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ function replaceEmojis(textParts: TextPart[], size: 'big' | 'small', type: 'jsx'
`<img\
draggable="false"\
class="${className}"\
src={src}\
src="${src}"\
alt="${emoji}"\
/>`,
);