mirror of
https://github.com/flarum/core.git
synced 2025-07-28 04:00:40 +02:00
Replace Ember app with Mithril app
This commit is contained in:
3
js/lib/helpers/icon.js
Normal file
3
js/lib/helpers/icon.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function icon(icon) {
|
||||
return m('i.fa.fa-fw.fa-'+icon)
|
||||
}
|
Reference in New Issue
Block a user