fix(mdn): emoji usage

This commit is contained in:
Jozef Steinhübl 2024-05-03 20:59:25 +02:00
parent f051c142b0
commit 45b9a027d5
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -97,7 +97,7 @@ export default {
.replaceAll(boldCodeBlockRegex, `**\`$1\``);
const parts = [
`<:${MDN_DISCORD_EMOJI}:> __**[${escape(hit.title)}](<${url}>)**__`,
`<:${MDN_DISCORD_EMOJI}> __**[${escape(hit.title)}](<${url}>)**__`,
intro,
];