mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 07:09:57 +08: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