mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Remove some of the last few fa-icon
helpers
This commit is contained in:
parent
b2ffaf93a3
commit
8c2d6118ff
4 changed files with 7 additions and 6 deletions
|
@ -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}")`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue