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:
@@ -198,12 +198,12 @@ widgetTest('widget attaching', {
|
||||
}
|
||||
});
|
||||
|
||||
widgetTest("handlebars fa-icon", {
|
||||
widgetTest("handlebars d-icon", {
|
||||
template: `{{mount-widget widget="hbs-icon-test" args=args}}`,
|
||||
|
||||
beforeEach() {
|
||||
createWidget('hbs-icon-test', {
|
||||
template: hbs`{{fa-icon "arrow-down"}}`
|
||||
template: hbs`{{d-icon "arrow-down"}}`
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user