mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
Remove some of the last few fa-icon
helpers
This commit is contained in:
@ -27,6 +27,7 @@ function mustacheValue(node, state) {
|
||||
|
||||
break;
|
||||
case 'fa-icon':
|
||||
case 'd-icon':
|
||||
state.helpersUsed.iconNode = true;
|
||||
let icon = node.params[0].value;
|
||||
return `__iN("${icon}")`;
|
||||
|
Reference in New Issue
Block a user