🎨 Autoformat code
This commit is contained in:
parent
823a58f98a
commit
cd6912f0dd
3 changed files with 3 additions and 5 deletions
|
@ -212,6 +212,6 @@ parent.emoji.signalReplace = (html: string): string => {
|
|||
return html.replace(
|
||||
/🔥/g,
|
||||
'<img src="node_modules/emoji-datasource-apple/img/apple/64/1f525.png"' +
|
||||
'class="emoji" data-codepoints="1f525" title=":fire:">',
|
||||
'class="emoji" data-codepoints="1f525" title=":fire:">'
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue