mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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