1
0
mirror of https://github.com/flarum/core.git synced 2025-08-29 11:00:12 +02:00

Change fa icon prefix to fas

This commit is contained in:
Ammar Fadhlur Rahman
2018-05-10 15:05:23 +07:00
parent 7e4e38bb74
commit f1eefe7bf6
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
"flarum-extension": {
"title": "Suspend",
"icon": {
"name": "fa fa-ban",
"name": "fas fa-ban",
"backgroundColor": "#ddd",
"color": "#666"
}