1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

Change fa icon prefix to fas

This commit is contained in:
Ammar Fadhlur Rahman
2018-05-10 14:53:21 +07:00
parent c88fcd5cf9
commit 9746161c4f
3 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
"flarum-extension": {
"title": "Approval",
"icon": {
"name": "fa fa-check",
"name": "fas fa-check",
"backgroundColor": "#ABDC88",
"color": "#3F8A32"
}