We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6360191 commit 8b6a69cCopy full SHA for 8b6a69c
processor/transform/gemoji+.ts
@@ -24,7 +24,7 @@ const gemojiReplacer = (_, name: string) => {
24
data: {
25
hName: 'i',
26
hProperties: {
27
- className: ['fa', name],
+ className: ['fa-regular', name],
28
},
29
30
};
0 commit comments